FHIR IG analytics| Package | myhealth.eu.fhir.laboratory |
| Resource Type | Specimen |
| Id | Specimen-SampleSpecimen.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Specimen SampleSpecimen
Profile: Specimen: Laboratory
status: Available
type: Blood
| Extension |
Generated Narrative: BodyStructure #BodyStructureSample
Profile: Body structure: Laboratory
morphology: Arterial ulcer
location: Abdomen
{
"resourceType": "Specimen",
"id": "SampleSpecimen",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/laboratory/StructureDefinition/Specimen-lab-myhealtheu"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "BodyStructure",
"id": "BodyStructureSample",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/laboratory/StructureDefinition/BodyStructure-lab-myhealtheu"
]
},
"morphology": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "789563006",
"display": "Arterial ulcer"
}
]
},
"location": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "818983003",
"display": "Abdomen"
}
]
},
"patient": {
"reference": "Patient/SamplePatient"
}
}
],
"status": "available",
"type": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "119297000",
"display": "Blood specimen"
}
],
"text": "Blood"
},
"collection": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/bodySite",
"valueReference": {
"reference": "#BodyStructureSample"
}
}
]
}
}