FHIR IG analytics| Package | hl7.fhir.eu.base-r5 |
| Resource Type | BodyStructure |
| Id | BodyStructure-example-body-structure-eu.json |
| FHIR Version | R5 |
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)
morphology: Blister
| Structure | Laterality | Qualifier |
| Wrist | Left | Below |
patient: John Doe Male, DoB: 1980-01-01
{
"resourceType": "BodyStructure",
"id": "example-body-structure-eu",
"meta": {
"profile": [
"http://hl7.eu/fhir/base-r5/StructureDefinition/bodyStructure-eu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"morphology": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "339008",
"display": "Blister"
}
]
},
"includedStructure": [
{
"structure": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "8205005",
"display": "Wrist"
}
]
},
"laterality": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "7771000",
"display": "Left"
}
]
},
"qualifier": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "351726001",
"display": "Below"
}
]
}
]
}
],
"patient": {
"reference": "Patient/patient-eu-core-example"
}
}