FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.codex-radiation-therapy.r4b
Resource TypeLocation
IdLocation-TreatmentLocation-1.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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


Source1

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