FHIR IG analytics| Package | myhealth.eu.fhir.laboratory |
| Resource Type | Specimen |
| Id | Specimen-Specimen-device-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen Specimen-device-example
Profile: Specimen: Laboratory
status: Available
type: Blood specimen
subject: Device: type = un-encoded
| Collected[x] |
| 2022-10-25 13:35:00+0100 |
Generated Narrative: Device #DeviceSpecimenSubject
Profile: Device: specimen subject
type: blood bag
{
"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"
}
}