FHIR IG analytics| Package | hl7.fhir.us.codex-radiation-therapy.r4 |
| Resource Type | Location |
| Id | Location-TreatmentLocation-1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location TreatmentLocation-1
name: Joe's Radiotherapy Clinic
type: Radiology diagnostics or therapeutics unit
address: 123 Main Street Peoria IL
{
"resourceType": "Location",
"id": "TreatmentLocation-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"name": "Joe's Radiotherapy Clinic",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "RADDX",
"display": "Radiology diagnostics or therapeutics unit"
}
]
}
],
"address": {
"line": [
"123 Main Street"
],
"city": "Peoria",
"state": "IL"
}
}