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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeSpecimen
IdSpecimen-PatrickSammyBoneMarrowAspiration-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-PatrickSammyBoneMarrowAspiration-Example",
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory",
            "code": "liquid-tumour",
            "display": "Liquid Tumour"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.1.3.2.4.18.19",
      "value": "RR81235",
      "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",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9449307873"
    }
  },
  "receivedTime": "2023-09-11T11:00:00Z",
  "condition": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0493",
          "code": "FROZ",
          "display": "Frozen"
        }
      ]
    }
  ],
  "request": [
    {
      "reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-CancerHaemOnc-Example"
    }
  ]
}