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

FHIR IG analytics

Packageil.hdp.fhir.r4
Resource TypeSpecimen
IdSpecimen-serum-patient.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.

Source1

{
  "resourceType": "Specimen",
  "id": "serum-patient",
  "meta": {
    "security": [
      {
        "system": "http://fhir.health.gov.il/cs/il-hdp-information-buckets",
        "code": "laboratoryTests",
        "display": "בדיקות מעבדה"
      }
    ],
    "profile": [
      "http://hdp.fhir.health.gov.il/StructureDefinition/il-hdp-specimen-lab"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "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",
    "type": "Patient"
  },
  "parent": [
    {
      "reference": "Specimen/speciment-parent",
      "type": "Specimen"
    }
  ],
  "request": [
    {
      "reference": "ServiceRequest/987",
      "type": "ServiceRequest"
    }
  ],
  "collection": {
    "collector": {
      "extension": [
        {
          "valueReference": {
            "reference": "RelatedPerson/example-related-person",
            "type": "RelatedPerson"
          },
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-specimen-collector-reference"
        }
      ],
      "reference": "Practitioner/Nurse",
      "type": "Practitioner"
    },
    "quantity": {
      "value": 10,
      "unit": "mL",
      "system": "http://unitsofmeasure.org"
    },
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "129300006",
          "display": "Puncture - action"
        }
      ]
    },
    "fastingStatusDuration": {
      "value": 12,
      "unit": "h",
      "system": "http://unitsofmeasure.org"
    },
    "collectedDateTime": "2020-06-12T08:05:00+02:00",
    "bodySite": {
      "coding": [
        {
          "code": "368208006",
          "system": "http://snomed.info/sct",
          "display": "Left arm"
        }
      ]
    }
  },
  "processing": [
    {
      "procedure": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0373",
            "code": "DEFB",
            "display": "Defibrination"
          }
        ]
      },
      "extension": [
        {
          "valueReference": {
            "reference": "Location/hospital-unit",
            "type": "Location"
          },
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-processing-location"
        },
        {
          "valueReference": {
            "reference": "Practitioner/practitioner-nurse-no-expertise-with-advanced-courses",
            "type": "Practitioner"
          },
          "url": "http://fhir.health.gov.il/StructureDefinition/ext-processing-practitioner"
        }
      ],
      "timeDateTime": "2020-06-12T16:35:00+02:00"
    }
  ],
  "container": [
    {
      "type": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "706049005",
            "display": "Blood tube"
          }
        ]
      },
      "specimenQuantity": {
        "value": 5,
        "unit": "mL",
        "system": "http://unitsofmeasure.org"
      }
    }
  ],
  "condition": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0493",
          "code": "COOL",
          "display": "Cool"
        }
      ]
    }
  ],
  "identifier": [
    {
      "value": "serum-specimen-from-patient-001",
      "system": "http://specimen-ids.net/specimen-ids"
    }
  ],
  "status": "available",
  "receivedTime": "2020-06-12T13:30:00+02:00"
}