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

FHIR IG analytics

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

Business Partner (Example 3)

Demo Partner

This example concentrates on the address which contains multiple components. For clarity, it contains more information than usually necessary because it should also demonstrate exeptions that must be handled.


Source1

{
  "resourceType": "Organization",
  "id": "ex-org3",
  "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": "BSNR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "display": "Primary physician office number"
          }
        ]
      },
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value": "039834500"
    },
    {
      "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": "87654321"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "prov"
        }
      ]
    }
  ],
  "name": "Test-Organization 1",
  "address": [
    {
      "type": "both",
      "use": "work",
      "text": "Schillerpromenade 1, 12459, Berlin",
      "line": [
        "Schillerpromenade 1",
        "Erdgeschoß"
      ],
      "postalCode": "12459",
      "city": "Berlin",
      "state": "DE-BE",
      "country": "DE"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "use": "work",
      "value": "(+1) 123-555-1234"
    },
    {
      "system": "email",
      "use": "work",
      "value": "info@example-hospital.com"
    },
    {
      "system": "email",
      "use": "work",
      "value": "hq@example-hospital.com"
    }
  ]
}