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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypeLocation
IdLocation-org-Loc-The-Vernon-Center.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 org-Loc-The-Vernon-Center

status: Active

name: The Vernon Center

telecom: ph: (555) 347-8877

address: 9341 Agnes Street Detroit MI 48214 US


Source1

{
  "resourceType": "Location",
  "id": "org-Loc-The-Vernon-Center",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "The Vernon Center",
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 347-8877"
    }
  ],
  "address": {
    "line": [
      "9341 Agnes Street"
    ],
    "city": "Detroit",
    "state": "MI",
    "postalCode": "48214",
    "country": "US"
  }
}