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

FHIR IG analytics

Packagech.fhir.ig.ch-elm
Resource TypeOrganization
IdOrganization-1Org-KsAbc.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "1Org-KsAbc",
  "extension": [
    {
      "url": "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-ext-department",
      "valueString": "Abteilung 2"
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.45",
      "value": "A99684215"
    }
  ],
  "name": "Kantonsspital ABC",
  "address": [
    {
      "line": [
        "Aortastrasse 22"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Aortastrasse"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "22"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "18"
            }
          ]
        }
      ],
      "city": "Bern",
      "postalCode": "3000"
    }
  ]
}