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

FHIR IG analytics

Packageuk.nhsengland.genomics.r4
Resource TypeSpecimenDefinition
IdDGTS-SpecimenDefinition-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": "SpecimenDefinition",
  "id": "DGTS-SpecimenDefinition-Example",
  "typeCollected": {
    "coding": [
      {
        "code": "germline",
        "system": "https://fhir.hl7.org.uk/CodeSystem/UKCore-SampleCategory"
      }
    ]
  },
  "typeTested": [
    {
      "type": {
        "coding": [
          {
            "code": "119297000",
            "system": "http://snomed.info/sct",
            "display": "Blood specimen"
          }
        ]
      },
      "preference": "preferred",
      "container": {
        "additive": [
          {
            "additiveCodeableConcept": {
              "coding": [
                {
                  "system": "http://terminology.hl7.org/CodeSystem/v2-0371",
                  "code": "EDTK15",
                  "display": "Potassium/K EDTA 15%"
                }
              ]
            }
          }
        ]
      }
    }
  ]
}