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

FHIR IG analytics

Packagehl7.fhir.us.nhsn-med-admin
Resource TypeOrganization
IdOrganization-organization-salem-medical-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

identifier: id: 55555555

active: true

type: Hospital

name: Salem Medical Center

telecom: +1-555-555-1111, mail@salemmedicalcenter.com

address: 22222 Health Authority Drive Ann Arbor MI 99999


Source1

{
  "resourceType": "Organization",
  "id": "organization-salem-medical-center",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2020-12-23T22:50:03.696+00:00",
    "source": "#hArO9sYGMNs4bOnd",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org.fhir/sid/us-npi",
      "value": "55555555"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP",
          "display": "Hospital"
        }
      ]
    }
  ],
  "name": "Salem Medical Center",
  "telecom": [
    {
      "system": "phone",
      "value": "+1-555-555-1111"
    },
    {
      "system": "email",
      "value": "mail@salemmedicalcenter.com"
    }
  ],
  "address": [
    {
      "line": [
        "22222 Health Authority Drive"
      ],
      "city": "Ann Arbor",
      "state": "MI",
      "postalCode": "99999"
    }
  ]
}