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

FHIR IG analytics

Packageil.core.fhir.r4
Resource TypeSpecimen
IdSpecimen-serum-specimen-from-patient-parent.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

10ml of blood serum of patient "patient-with-israeli-id" was collected at 8am. The patient reported fasting for 12 hours. The serum arrived at the lab for processing at 13:30 in the afternoon. The sample described in this example is a "child" of the original sample split into two separate vials now containing 5ml of serum each.

Source1

{
  "resourceType": "Specimen",
  "id": "serum-specimen-from-patient-parent",
  "meta": {
    "profile": [
      "http://fhir.health.gov.il/StructureDefinition/il-core-specimen"
    ]
  },
  "collection": {
    "collector": {
      "extension": [
        {
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-specimen-collector-reference",
          "valueReference": {
            "reference": "RelatedPerson/example-related-person",
            "type": "RelatedPerson"
          }
        }
      ],
      "reference": "Practitioner/Nurse",
      "type": "Practitioner"
    },
    "collectedDateTime": "2020-06-12T08:30:00+02:00",
    "quantity": {
      "value": 10,
      "unit": "mL"
    },
    "fastingStatusDuration": {
      "value": 12,
      "unit": "h",
      "code": "h",
      "system": "http://unitsofmeasure.org"
    }
  },
  "processing": [
    {
      "extension": [
        {
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-processing-location",
          "valueReference": {
            "reference": "Location/hospital-unit"
          }
        },
        {
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-processing-practitioner",
          "valueReference": {
            "reference": "Practitioner/practitioner-nurse-no-expertise-with-advanced-courses"
          }
        }
      ],
      "timeDateTime": "2020-06-12T14:35:00+02:00"
    }
  ],
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "122590004",
        "display": "Serum specimen from patient"
      }
    ],
    "text": "Serum specimen from patient"
  },
  "subject": {
    "reference": "Patient/patient-with-israeli-id"
  },
  "receivedTime": "2020-06-12T13:30:00+02:00",
  "request": [
    {
      "reference": "ServiceRequest/987"
    }
  ],
  "container": [
    {
      "specimenQuantity": {
        "value": 10,
        "unit": "mL",
        "code": "ml",
        "system": "http://unitsofmeasure.org"
      }
    }
  ]
}