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

FHIR IG analytics

Packagehl7.fhir.us.resp-net
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: Organization organization-salem-medical-center

version: 5; Last updated: 2021-06-30 04:13:19+0000

Profile: US Public Health Organization

active: true

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": "5",
    "lastUpdated": "2021-06-30T04:13:19.345+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "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"
    }
  ]
}