FHIR IG analytics| Package | hl7.fhir.uv.lab-report.r4 |
| Resource Type | BodyStructure |
| Id | BodyStructure-bodystruct-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: BodyStructure bodystruct-example
active: false
morphology: Skin patch
location: Forearm
locationQualifier: Anterior
patient: František Očkovaný Moreira Male, DoB: 2000-03-21 ( National Insurance Payor Identifier (Payor))
{
"resourceType": "BodyStructure",
"id": "bodystruct-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/lab-report/StructureDefinition/BodyStructure-uv-lab"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": false,
"morphology": {
"text": "Skin patch"
},
"location": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "14975008",
"display": "Forearm"
}
]
},
"locationQualifier": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "255549009",
"display": "Anterior"
}
],
"text": "Anterior"
}
],
"patient": {
"reference": "Patient/pat-lab-example"
}
}