Specimen Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-specimen |
|---|---|
| Status | draft (experimental) · 1.26.0 |
| Base | Specimen (constraint) |
| Source | FSH · JSON |
Nexus EMR profile for Specimen -- the physical sample a lab result was produced from. Currently a pass-through type: the platform resolves ServiceRequest.specimen references and traverses into Specimen from DiagnosticReport, but reads none of its own fields. First pass; the heritage-EMR reconciliation is unresolved.
TypedFhir API / C#
The typed accessor surface Specimen exposes for Specimen — generated from this IG's compiled profile; each typed accessor has a validating raw-FHIR twin (xRaw) where marked. The three ports are parity-enforced.
class Specimen : ClinicalResource — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| EffectiveDate | FuzzyDate? |
read-only | The resource's effective date — the first present of this profile's date elements (precedence), normalized to the canonical FuzzyDatetime f… |
| Display | string? |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| AccessionIdentifier | JsonNode? |
read/write | The performing lab's accession number |
| Status | string? |
read/write | available | unavailable | unsatisfactory | entered-in-error |
| Type | Concept? |
read/write · raw twin | The kind of sample (blood, urine, swab, ...) |
| Subject | Reference? |
read/write · raw twin | The patient the sample came from |
| ReceivedTime | FuzzyDate? |
read/write | When the lab received the sample |
| Request | References |
read/write · raw twin | The order this sample was collected for |
| Collection | JsonNode? |
read/write | How and when the sample was collected |
| Condition | Concepts |
read/write · raw twin | State of the specimen |