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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypeOrganization
IdOrganization-org-Renaissance-Pharmacy.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-Renaissance-Pharmacy

active: true

name: Renaissance Pharmacy

telecom: ph: (555) 467-9087

address: 30600 Van Dyke Ave Warren MI 48093 US


Source1

{
  "resourceType": "Organization",
  "id": "org-Renaissance-Pharmacy",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "name": "Renaissance Pharmacy",
  "telecom": [
    {
      "system": "phone",
      "value": "(555) 467-9087"
    }
  ],
  "address": [
    {
      "line": [
        "30600 Van Dyke Ave"
      ],
      "city": "Warren",
      "state": "MI",
      "postalCode": "48093",
      "country": "US"
    }
  ]
}