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

FHIR IG analytics

Packagefhir.r4.nhsengland.programme
Resource TypeSpecimen
IdPathology-Specimen-Sn-Example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Specimen",
  "id": "Pathology-Specimen-Sn-Example",
  "meta": {
    "profile": [
      "https://fhir.hl7.org.uk/StructureDefinition/UKCore-Specimen"
    ]
  },
  "identifier": [
    {
      "system": "http://B82033-pickeringmedicalpractice.com/specimen",
      "value": "SPC-REQ-20220208-000016"
    }
  ],
  "accessionIdentifier": {
    "system": "http://Y8J7D-pathlab001.com/specimen",
    "value": "SPC-Lab-20220208-001397"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "122555007",
        "display": "Venous blood specimen"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:ab87a3f8-1d37-44a9-804e-5e962598a6e4",
    "display": "MOXEY, Judy"
  },
  "receivedTime": "2022-02-08T16:03:00+00:00",
  "request": [
    {
      "reference": "urn:uuid:1c38d507-9ad7-4b49-ba91-7da204842cac"
    }
  ],
  "collection": {
    "collector": {
      "reference": "urn:uuid:9a835acf-d715-4d84-8dcf-a8435f6417fe",
      "display": "GASKELL, Dr Gale"
    },
    "collectedDateTime": "2022-02-08T10:23:00+00:00",
    "quantity": {
      "value": 3,
      "unit": "mL",
      "system": "http://unitsofmeasure.org",
      "code": "mL"
    },
    "bodySite": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "49852007",
          "display": "Structure of median cubital vein"
        }
      ]
    },
    "fastingStatusCodeableConcept": {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0916",
          "code": "F",
          "display": "Patient was fasting prior to the procedure."
        }
      ]
    }
  },
  "condition": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0493",
          "code": "HEM",
          "display": "Hemolyzed"
        }
      ]
    }
  ],
  "note": [
    {
      "text": "Specimen haemolysed. Unable to assay."
    }
  ]
}