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

FHIR IG analytics

Packagehl7.fhir.uv.cpg.r4
Resource TypeLocation
IdLocation-chf-scenario1-location.json
FHIR VersionR4

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 chf-scenario1-location

status: Active

name: Unit 3 East

mode: Instance

type: Cardiovascular diagnostics or therapeutics unit

managingOrganization: Organization ACME Hospital


Source1

{
  "resourceType": "Location",
  "id": "chf-scenario1-location",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "Unit 3 East",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "CVDX",
          "display": "Cardiovascular diagnostics or therapeutics unit"
        }
      ]
    }
  ],
  "managingOrganization": {
    "reference": "Organization/chf-scenario1-organization"
  }
}