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

FHIR IG analytics

Packagehl7.fhir.us.davinci-deqm.r4
Resource TypeLocation
IdLocation-location02.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 location02

identifier: http://exampleoflocation.com/DaVinciClinic02 (use: temp, )

name: DaVinciClinic02

address: 21 W. Atlantic Street Burlington NJ 08873 USA


Source1

{
  "resourceType": "Location",
  "id": "location02",
  "meta": {
    "source": "http://example.org/fhir/server",
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "temp",
      "system": "http://exampleoflocation.com",
      "value": "DaVinciClinic02"
    }
  ],
  "name": "DaVinciClinic02",
  "address": {
    "line": [
      "21 W. Atlantic Street"
    ],
    "city": "Burlington",
    "state": "NJ",
    "postalCode": "08873",
    "country": "USA"
  }
}