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 / TypeScript
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 extends ClinicalResource — generated source
| Accessor | Type | Access | Notes |
|---|---|---|---|
| $effectiveDate | FuzzyDate | undefined |
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 | undefined |
read-only | The resource's human headline — a coded concept's label, else a title / name, else undefined. |
| accessionIdentifier | Json | undefined |
read/write | The performing lab's accession number |
| status | string | undefined |
read/write | available | unavailable | unsatisfactory | entered-in-error |
| type | Concept | undefined |
read/write · raw twin | The kind of sample (blood, urine, swab, ...) |
| subject | Reference | undefined |
read/write · raw twin | The patient the sample came from |
| receivedTime | FuzzyDate | undefined |
read/write | When the lab received the sample |
| request | References |
read/write · raw twin | The order this sample was collected for |
| collection | Json | undefined |
read/write | How and when the sample was collected |
| condition | Concepts |
read/write · raw twin | State of the specimen |