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

FHIR IG analytics

Packagehl7.fhir.cz.lab-order
Resource TypeSpecimen
IdSpecimen-CZ-Lab-Specimen-Example.json
FHIR VersionR4

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

-

Source1

{
  "resourceType": "Specimen",
  "id": "CZ-Lab-Specimen-Example",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/lab-order/StructureDefinition/cz-specimen"
    ]
  },
  "text": {
    "status": "empty",
    "div": "<!-- snip (see above) -->"
  },
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0487",
        "code": "BLD",
        "display": "Whole blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Zyrgana"
  },
  "receivedTime": "2025-04-24T08:30:00+01:00",
  "collection": {
    "collectedDateTime": "2025-04-24T08:00:00+02:00"
  },
  "container": [
    {
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "706049000",
            "display": "Blood collection tube"
          }
        ]
      }
    }
  ]
}