FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagezm-core
Resource TypeSpecimen
IdSpecimen-ExampleZMCoreSpecimenBlood.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Specimen ExampleZMCoreSpecimenBlood

identifier: http://hapi.moh.gov.zm/fhir/sid/specimen-id/SPM-2026-000001

accessionIdentifier: http://hapi.moh.gov.zm/fhir/sid/laboratory-accession-number/ACC-2026-000001

status: Available

type: Blood specimen

subject: John Mwale Male, DoB: 1985-05-15 ( http://hapi.moh.gov.zm/fhir/sid/nrc#123456/12/1)

receivedTime: 2026-08-08 09:20:00+0200

request: ServiceRequest Hemoglobin [Mass/volume] in Blood

Collections

-CollectorCollected[x]Quantity
*Practitioner Mary Chipo Phiri (official)2026-08-08 09:00:00+02004 mL (Details: UCUM codemL = 'mL')

Source1

{
  "resourceType": "Specimen",
  "id": "ExampleZMCoreSpecimenBlood",
  "meta": {
    "profile": [
      "http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-specimen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hapi.moh.gov.zm/fhir/sid/specimen-id",
      "value": "SPM-2026-000001"
    }
  ],
  "accessionIdentifier": {
    "system": "http://hapi.moh.gov.zm/fhir/sid/laboratory-accession-number",
    "value": "ACC-2026-000001"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119297000",
        "display": "Blood specimen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExampleZMCorePatient"
  },
  "receivedTime": "2026-08-08T09:20:00+02:00",
  "request": [
    {
      "reference": "ServiceRequest/ExampleZMCoreLaboratoryServiceRequest"
    }
  ],
  "collection": {
    "collector": {
      "reference": "Practitioner/ExampleZMCorePractitioner"
    },
    "collectedDateTime": "2026-08-08T09:00:00+02:00",
    "quantity": {
      "value": 4,
      "unit": "mL",
      "system": "http://unitsofmeasure.org",
      "code": "mL"
    }
  }
}