CodeX Radiation Therapy
2.0.0 - STU2  flag

This page is part of the CodeX™ Radiation Therapy (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Treatment Location 1 - JSON Representation

Raw json | Download

{
  "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"
  }
}