FHIR IG analytics| Package | hl7.fhir.au.base |
| Resource Type | BodyStructure |
| Id | BodyStructure-example1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: BodyStructure example1
Profile: AU Base BodyStructure
morphology: Blister
location: Structure of right foot
{
"resourceType": "BodyStructure",
"id": "example1",
"meta": {
"profile": [
"http://hl7.org.au/fhir/StructureDefinition/au-bodystructure"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"morphology": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "339008",
"display": "Blister"
}
]
},
"location": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "7769000",
"display": "Structure of right foot"
}
]
},
"patient": {
"reference": "Patient/example0"
}
}