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

FHIR IG analytics

Packagema.ambulanter.fall
Resource TypeOrganization
IdOrganization-ExampleOrganizationKrankenhaus.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

Beispiel Krankenhaus

Source1

{
  "resourceType": "Organization",
  "id": "ExampleOrganizationKrankenhaus",
  "meta": {
    "profile": [
      "http://ma-ambulant.de/StructureDefinition/MaOrganizationKrankenhaus",
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Organization",
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKOrganisation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XX"
          }
        ]
      },
      "system": "http://fhir.de/sid/arge-ik/iknr",
      "value": "260102343"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "code": "prov",
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "display": "Healthcare Provider"
        }
      ]
    }
  ],
  "alias": [
    "BSP_KH"
  ],
  "name": "Beispielkrankenhaus"
}