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

FHIR IG analytics

Packagehl7.fhir.us.cdmh
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

Location Example


Source1

{
  "resourceType": "Location",
  "id": "example",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "CareDeliveryLocation"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is a Cdmh Location example for the *Cdmh Location*."
      }
    ],
    "profile": [
      "http://hl7.org/fhir/us/cdmh/StructureDefinition/cdmh-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.acme.org/location",
      "value": "29"
    }
  ],
  "status": "active",
  "name": "Care Delivery Location",
  "description": "Care Delivery Location",
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/cdmh/CodeSystem/pcornet-facility-type-codes",
          "code": "OT"
        }
      ],
      "text": "Office Visit"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(+1) 734-677-7777"
    }
  ],
  "address": {
    "line": [
      "3300 Washtenaw Avenue, Suite 227"
    ],
    "city": "Amherst",
    "state": "MA",
    "postalCode": "01002",
    "country": "USA"
  },
  "position": {
    "longitude": -72.519854,
    "latitude": 42.373222
  },
  "managingOrganization": {
    "display": "Health Level Seven International"
  }
}