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

FHIR IG analytics

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

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

name: DaVinciClinic03

address: 550 Griffin Rd. Bloomington MI 48033 USA


Source1

{
  "resourceType": "Location",
  "id": "location03",
  "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": "DaVinciClinic03"
    }
  ],
  "name": "DaVinciClinic03",
  "address": {
    "line": [
      "550 Griffin Rd."
    ],
    "city": "Bloomington",
    "state": "MI",
    "postalCode": "48033",
    "country": "USA"
  }
}