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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeSpecimen
IdSpecimen-BoneMarrowAspiration-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-BoneMarrowAspiration-Example",
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.19",
      "value": "RR81234",
      "assigner": {
        "identifier": {
          "system": "https://fhir.nhs.uk/Id/ods-organization-code",
          "value": "696B0"
        }
      }
    }
  ],
  "accessionIdentifier": {
    "system": "https://www.leedsth.nhs.uk/path",
    "value": "RR8123745",
    "assigner": {
      "identifier": {
        "system": "https://fhir.nhs.uk/Id/ods-organization-code",
        "value": "RR8"
      }
    }
  },
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "396997002",
        "display": "Specimen from bone marrow obtained by aspiration"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-PatrickSammy-Example"
  },
  "receivedTime": "2023-08-29T11:00:00Z",
  "request": [
    {
      "reference": "ServiceRequest/ServiceRequest-NonWGSTestOrderForm-HaemOncology-Example"
    }
  ]
}