CodeX Radiation Therapy, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/codex-radiation-therapy/ and changes regularly. See the Directory of published versions
{
"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" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location TreatmentLocation-1</b></p><a name=\"TreatmentLocation-1\"> </a><a name=\"hcTreatmentLocation-1\"> </a><a name=\"TreatmentLocation-1-en-US\"> </a><p><b>name</b>: Joe's Radiotherapy Clinic</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode RADDX}\">Radiology diagnostics or therapeutics unit</span></p><p><b>address</b>: 123 Main Street Peoria IL </p></div>"
},
"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"
}
}