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

FHIR IG analytics

Packagehl7.fhir.uv.saner
Resource TypeOrganization
IdOrganization-X140062.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

ResourceOrganization "X140062"

Security Labels: http://terminology.hl7.org/CodeSystem/v3-ActReason

identifier: http://sanerproject.org/connectathon/hospitals/X140062

active: true

type: Healthcare Provider (Organization type#prov)

name: GIBSON COMMUNITY HOSPITAL

address: 12251 S 80TH AVE PALOS HEIGHTS IL 60463 USA (work)


Source1

{
  "resourceType": "Organization",
  "id": "X140062",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://sanerproject.org/connectathon/hospitals",
      "value": "X140062"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov"
        }
      ]
    }
  ],
  "name": "GIBSON COMMUNITY HOSPITAL",
  "address": [
    {
      "use": "work",
      "type": "both",
      "line": [
        "12251 S 80TH AVE"
      ],
      "city": "PALOS HEIGHTS",
      "district": "COOK",
      "state": "IL",
      "postalCode": "60463",
      "country": "USA"
    }
  ]
}