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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypeOrganization
IdOrganization-org-Michigan-Primary-Health-Care-A.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: Organization org-Michigan-Primary-Health-Care-A

active: true

name: Michigan Primary Health Care Associates

telecom: ph: (555) 4813-3311

address: 14820 Gratiot Ave Detroit MI 48205 US


Source1

{
  "resourceType": "Organization",
  "id": "org-Michigan-Primary-Health-Care-A",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "name": "Michigan Primary Health Care Associates",
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 4813-3311"
    }
  ],
  "address": [
    {
      "line": [
        "14820 Gratiot Ave"
      ],
      "city": "Detroit",
      "state": "MI",
      "postalCode": "48205",
      "country": "US"
    }
  ]
}