FHIR IG analytics| Package | hl7.fhir.eu.base |
| Resource Type | BodyStructure |
| Id | BodyStructure-example-body-structure-eu.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: BodyStructure example-body-structure-eu
Profile: BodyStructure (EU core)
Extension Definition for BodyStructure.includedStructure.laterality for Version 5.0: Left
morphology: Blister
location: Wrist
locationQualifier: Below
patient: John Doe Male, DoB: 1980-01-01
{
"resourceType": "BodyStructure",
"id": "example-body-structure-eu",
"meta": {
"profile": [
"http://hl7.eu/fhir/base/StructureDefinition/bodyStructure-eu-core"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-BodyStructure.includedStructure.laterality",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "7771000",
"display": "Left"
}
]
}
}
],
"morphology": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "339008",
"display": "Blister"
}
]
},
"location": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "8205005",
"display": "Wrist"
}
]
},
"locationQualifier": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "351726001",
"display": "Below"
}
]
}
],
"patient": {
"reference": "Patient/patient-eu-core-example"
}
}