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

FHIR IG analytics

Packageishmed.i14y.r4.de
Resource TypeOrganization
IdOrganization-ex-org1.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

Narrow Ridge General Hospital (Example 1)

This is the first example of a hospital.


Source1

{
  "resourceType": "Organization",
  "id": "ex-org1",
  "meta": {
    "profile": [
      "http://fhir.ishmed.com/R4/StructureDefinition/OrganizationCoreDe"
    ],
    "lastUpdated": "2022-08-30T00:00:00Z",
    "versionId": "2.0.0"
  },
  "text": {
    "div": "<!-- snip (see above) -->",
    "status": "generated"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "code": "XX",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Organization identifier"
          }
        ]
      },
      "system": "http://fhir.de/sid/arge-ik/iknr",
      "value": "12345678"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov"
        }
      ]
    }
  ],
  "name": "Narrow Ridge General Hospital",
  "address": [
    {
      "type": "both",
      "use": "work",
      "text": "Oederweg 10, 60318, Frankfurt a. Main",
      "line": [
        "Oederweg 10"
      ],
      "postalCode": "60318",
      "city": "Frankfurt a. Main",
      "country": "DE"
    }
  ]
}