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

FHIR IG analytics

Packagekbv.ita.aws
Resource TypeOrganization
IdBSP_KBV_PR_AW_Betriebsstaette_1.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

Praxis Dres. Müller, Meier, Schulze BSNR 987654321 Musterweg 33, 77777 Musterstadt

Source1

{
  "resourceType": "Organization",
  "id": "3155",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-08-24T16:50:00+00:00",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Betriebsstaette|1.2.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Betriebsstaette_Hierarchie",
      "valueCode": "BSNR"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "BSNR"
          }
        ]
      },
      "system": "https://fhir.kbv.de/NamingSystem/KBV_NS_Base_BSNR",
      "value": "987654321"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "XX"
          }
        ]
      },
      "system": "http://fhir.de/NamingSystem/arge-ik/iknr",
      "value": "271234567"
    }
  ],
  "name": "Praxis Dres. Müller, Meier, Schulze",
  "telecom": [
    {
      "system": "phone",
      "value": "09876/54321-0"
    },
    {
      "system": "fax",
      "value": "09876/54321-33"
    },
    {
      "system": "email",
      "value": "info@praxis-mms.de"
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Musterweg 33"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "33"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterweg"
            }
          ]
        }
      ],
      "city": "Musterstadt",
      "postalCode": "77777",
      "country": "D"
    }
  ]
}