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

FHIR IG analytics

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

status: Active

name: ACM Essential

telecom: ph: (555) 555-9999

address: 1111 Northwest Street Detroit MI 48214 US


Source1

{
  "resourceType": "Location",
  "id": "org-Loc-ACMEssential",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "name": "ACM Essential",
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 555-9999"
    }
  ],
  "address": {
    "line": [
      "1111 Northwest Street"
    ],
    "city": "Detroit",
    "state": "MI",
    "postalCode": "48214",
    "country": "US"
  }
}