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

FHIR IG analytics

Packagefhir.r4.ukcore.stu2
Resource TypeSpecimen
IdUKCore-Specimen-Extension-SpecialHandling-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": "UKCore-Specimen-Extension-SpecialHandling-Example",
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "431234000",
        "display": "Specimen from fetus obtained by biopsy"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "receivedTime": "2023-04-23T17:02:00Z",
  "collection": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/specimen-specialHandling",
        "valueCodeableConcept": {
          "text": "Mother was infected with suspected viral haemorrhagic fever."
        }
      }
    ],
    "collector": {
      "reference": "Practitioner/UKCore-Practitioner-ConsultantSandraGose-Example"
    },
    "collectedDateTime": "2023-04-23T17:02:00Z",
    "method": {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "129314006",
          "display": "Biopsy - action"
        }
      ]
    }
  }
}