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

FHIR IG analytics

Packagehl7.fhir.us.identity-matching
Resource TypeOrganization
IdOrganization-abc-hospital.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 abc-hospital

identifier: http://example.org/fhir/endpoint//91654 (use: official, ), http://example.org/fhir/endpoint//17-0112278 (use: usual, )

name: Burgers University Medical Center

contact

telecom: ph: 022-655 2300(Work)

contact

address: Galapagosweg 91 Den Burg 9105 PZ NLD (work)

contact

address: PO Box 2311 Den Burg 9100 AA NLD (work)

contact

telecom: ph: 022-655 2334

contact

telecom: ph: 022-655 2335


Source1

{
  "resourceType": "Organization",
  "id": "abc-hospital",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "http://example.org/fhir/endpoint/",
      "value": "91654"
    },
    {
      "use": "usual",
      "system": "http://example.org/fhir/endpoint/",
      "value": "17-0112278"
    }
  ],
  "name": "Burgers University Medical Center",
  "contact": [
    {
      "telecom": [
        {
          "system": "phone",
          "value": "022-655 2300",
          "use": "work"
        }
      ]
    },
    {
      "address": {
        "use": "work",
        "line": [
          "Galapagosweg 91"
        ],
        "city": "Den Burg",
        "postalCode": "9105 PZ",
        "country": "NLD"
      }
    },
    {
      "address": {
        "use": "work",
        "line": [
          "PO Box 2311"
        ],
        "city": "Den Burg",
        "postalCode": "9100 AA",
        "country": "NLD"
      }
    },
    {
      "telecom": [
        {
          "system": "phone",
          "value": "022-655 2334"
        }
      ]
    },
    {
      "telecom": [
        {
          "system": "phone",
          "value": "022-655 2335"
        }
      ]
    }
  ]
}