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

FHIR IG analytics

Packagehl7.fhir.us.quality-core
Resource TypeLocation
IdLocation-example.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 example

identifier: http://example.org/B1-S.F2 (use: temp, )

status: Active

name: South Wing, second floor

alias: Example University Medical Center, South Wing, second floor, EUMC, SW, F2

description: Second floor of the South Wing

mode: Instance

type: Hospital

telecom: +1-555-555-0170, fax: +1-555-555-0171(Work), southwing@example.org, http://example.org/southwing

address: 1000 Example Campus Drive, Building A Example City VA 99999 US (work)

physicalType: Wing

managingOrganization: Organization Example Organization


Source1

{
  "resourceType": "Location",
  "id": "example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/quality-core/StructureDefinition/us-quality-core-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "temp",
      "system": "http://example.org",
      "value": "B1-S.F2"
    }
  ],
  "status": "active",
  "name": "South Wing, second floor",
  "alias": [
    "Example University Medical Center, South Wing, second floor",
    "EUMC, SW, F2"
  ],
  "description": "Second floor of the South Wing",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP",
          "display": "Hospital"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-555-0170",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "+1-555-555-0171",
      "use": "work"
    },
    {
      "system": "email",
      "value": "southwing@example.org"
    },
    {
      "system": "url",
      "value": "http://example.org/southwing",
      "use": "work"
    }
  ],
  "address": {
    "use": "work",
    "line": [
      "1000 Example Campus Drive, Building A"
    ],
    "city": "Example City",
    "state": "VA",
    "postalCode": "99999",
    "country": "US"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code": "wi",
        "display": "Wing"
      }
    ]
  },
  "managingOrganization": {
    "reference": "Organization/example"
  }
}