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

FHIR IG analytics

Packagefhir.paciosampledata
Resource TypeOrganization
IdOrganization-org-Motor-City-Skilled-Nursing-Facility.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-Motor-City-Skilled-Nursing-Facility

active: true

name: Motor City Skilled Nursing Facility

telecom: ph: (313) 640-1000

address: 18051 Mack Ave Detroit MI 48224 US

endpoint: Endpoint: status = active; connectionType = HL7 FHIR (Endpoint Connection Type#hl7-fhir-rest); payloadType = Bundle; address = https://actualmeds.com/fhir


Source1

{
  "resourceType": "Organization",
  "id": "org-Motor-City-Skilled-Nursing-Facility",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "name": "Motor City Skilled Nursing Facility",
  "telecom": [
    {
      "system": "phone",
      "value": "(313) 640-1000"
    }
  ],
  "address": [
    {
      "line": [
        "18051 Mack Ave"
      ],
      "city": "Detroit",
      "state": "MI",
      "postalCode": "48224",
      "country": "US"
    }
  ],
  "endpoint": [
    {
      "reference": "Endpoint/endpoint-Motor-City-Skilled-Nursing-Facility"
    }
  ]
}