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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeSpecimen
IdSpecimen-MichaelJonesBlood-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": "Specimen-MichaelJonesBlood-Example",
  "accessionIdentifier": {
    "system": "https://www.christie.nhs.uk/path",
    "value": "Spec123456"
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119297000",
        "display": "Blood specimen"
      }
    ]
  },
  "subject": {
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9999999999"
    }
  },
  "request": [
    {
      "identifier": {
        "system": "https://www.christie.nhs.uk/ehr",
        "value": "LabOrder123456"
      }
    }
  ],
  "collection": {
    "collectedDateTime": "2022-07-11T09:00:00Z",
    "quantity": {
      "system": "http://unitsofmeasure.org",
      "code": "mL",
      "value": 2.5
    }
  }
}