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