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

FHIR IG analytics

Packagemyhealth.eu.fhir.laboratory
Resource TypeSpecimen
IdSpecimen-Specimen-device-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Specimen Specimen-device-example

status: Available

type: Blood specimen

subject: Device: type = un-encoded

Collections

-Collected[x]
*2022-10-25 13:35:00+0100

Generated Narrative: Device #DeviceSpecimenSubject

type: blood bag


Source1

{
  "resourceType": "Specimen",
  "id": "Specimen-device-example",
  "meta": {
    "profile": [
      "http://fhir.ehdsi.eu/laboratory/StructureDefinition/Specimen-lab-myhealtheu"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "contained": [
    {
      "resourceType": "Device",
      "id": "DeviceSpecimenSubject",
      "meta": {
        "profile": [
          "http://fhir.ehdsi.eu/laboratory/StructureDefinition/Device-specimen-lab-myhealtheu"
        ]
      },
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
            "code": "UNC"
          }
        ],
        "text": "blood bag"
      }
    }
  ],
  "status": "available",
  "type": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "119297000",
        "display": "Blood specimen"
      }
    ]
  },
  "subject": {
    "reference": "#DeviceSpecimenSubject"
  },
  "collection": {
    "collectedDateTime": "2022-10-25T13:35:00+01:00"
  }
}