Da Vinci Payer Data Exchange
2.1.0 - STU2 United States of America flag

Da Vinci Payer Data Exchange, published by HL7 International / Financial Management. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-epdx/ and changes regularly. See the Directory of published versions

US Core Location

Previous Page - US Core Laboratory Result Observation

The US Core Location profile SHALL be used to record location/facility-specific information.

The essential fields (Must Support or Cardinality greater than 0..*) to be provided in the US Core Location resource are:

R4 Element Name Cardinality Type
Location.status status 0..1 code
Location.name name 1..1 string
Location.telecom telecom 0..* ContactPoint
Location.address address 0..1 Address
Location.address.line line 0..* string
Location.address.city city 0..1 string
Location.address.state state 0..1 string
Location.address.postalCode postalCode 0..1 string
Location.managingOrganization managingOrganization 0..1 Reference(US Core Organization Profile)

Table Definition

Example Location Resource

An example mapping of a Location resource is shown here:

{
  "resourceType" : "Location",
  "id" : "hl7east",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">

Generated Narrative with Details

id: hl7east

meta:

identifier: 29

status: active

name: Health Level Seven International - Amherst

description: HL7 Headquarters - East

telecom: ph: (+1) 734-677-7777

address: 3300 Washtenaw Avenue, Suite 227 Amherst MA 01002 USA

Positions

<table class=\"grid\">-LongitudeLatitude*-72.51985442.373222</table>

managingOrganization: Health Level Seven International

</div>" }, "identifier" : [ { "system" : "http://www.acme.org/location", "value" : "29" } ], "status" : "active", "name" : "Health Level Seven International - Amherst", "description" : "HL7 Headquarters - East", "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" } }

Refer to the US Core Additional examples of the US Core R4 Implementation Guide for further examples of completed US Core Location Profiles .

Next Page - US Core Medication