FHIR IG analytics| Package | hl7.fhir.us.qicore |
| Resource Type | BodyStructure |
| Id | BodyStructure-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: BodyStructure example
Language: en
Profile: QICore BodyStructure
identifier: http://example.org/bodystructure/identifiers/12345
active: true
morphology: Splenic mass
location: Splenic mass
description: 7 cm maximum diameter
| ContentType | Url |
| application/dicom | http://imaging.acme.com/wado/server?requestType=WADO&wado_details |
{
"resourceType": "BodyStructure",
"id": "example",
"meta": {
"profile": [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-bodystructure"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/bodystructure/identifiers",
"value": "12345"
}
],
"active": true,
"morphology": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "4147007",
"display": "Mass (morphologic abnormality)"
}
],
"text": "Splenic mass"
},
"location": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "78961009",
"display": "Splenic structure (body structure)"
}
],
"text": "Splenic mass"
},
"description": "7 cm maximum diameter",
"image": [
{
"contentType": "application/dicom",
"url": "http://imaging.acme.com/wado/server?requestType=WADO&wado_details"
}
],
"patient": {
"reference": "Patient/example"
}
}