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

FHIR IG analytics

Packagefhir.deep6.ai
Resource TypeLocation
IdLocation-location-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 location-example

identifier: Client Location ID/123456

status: Active

name: Acme Hospital

type: Implementation Curated Site

telecom: ph: 555-555-1234

address: 123 Main Street Anycity MA 01420 US


Source1

{
  "resourceType": "Location",
  "id": "location-example",
  "meta": {
    "profile": [
      "http://deep6.ai/fhir/StructureDefinition/deep-6-ai-location-1.0.2"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "text": "Client Location ID"
      },
      "value": "123456"
    }
  ],
  "status": "active",
  "name": "Acme Hospital",
  "type": [
    {
      "coding": [
        {
          "system": "http://deep6.ai/fhir/CodeSystem/deep-6-ai-ics",
          "code": "ICS"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-1234"
    }
  ],
  "address": {
    "line": [
      "123 Main Street"
    ],
    "city": "Anycity",
    "state": "MA",
    "postalCode": "01420",
    "country": "US"
  }
}