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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeSpecimen
IdSpecimen-PatrickSammyBloodEDTA-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-PatrickSammyBloodEDTA-Example",
  "extension": [
    {
      "url": "https://fhir.hl7.org.uk/StructureDefinition/Extension-UKCore-SampleCategory",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory",
            "code": "germline",
            "display": "Germline"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "system": "https://fhir.add.nhs.uk/Id/specimenId",
      "value": "RGT03135A"
    }
  ],
  "status": "unavailable",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119297000",
        "display": "Blood specimen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Patient-PatrickSammy-Example",
    "identifier": {
      "system": "https://fhir.nhs.uk/Id/nhs-number",
      "value": "9449307873"
    }
  },
  "request": [
    {
      "reference": "ServiceRequest/ServiceRequest-WGSTestOrderForm-CancerHaemOnc-Example"
    }
  ],
  "collection": {
    "collectedDateTime": "2023-09-11T09:00:00Z",
    "quantity": {
      "system": "http://unitsofmeasure.org",
      "code": "mL",
      "value": 2.5
    }
  },
  "container": [
    {
      "additiveCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "69519002",
            "display": "EDTA"
          }
        ]
      }
    }
  ]
}