FHIR IG analytics| Package | myhealth.eu.fhir.laboratory |
| Resource Type | Specimen |
| Id | Specimen-specimen1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen specimen1
Profile: Specimen: Laboratory
status: Available
type: Blood
| Collected[x] | BodySite |
| 2023-03-09 14:30:00+0100 | Abdomen |
{
"resourceType": "Specimen",
"id": "specimen1",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/laboratory/StructureDefinition/Specimen-lab-myhealtheu"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "119297000",
"display": "Blood specimen"
}
],
"text": "Blood"
},
"collection": {
"collectedDateTime": "2023-03-09T14:30:00+01:00",
"bodySite": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "818983003",
"display": "Abdomen"
}
]
}
}
}