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

FHIR IG analytics

Packagekbv.ita.aws
Resource TypeLocation
IdBSP_KBV_PR_AW_Hausbesuch_Ort.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

Adresse des Hausbesuchs: Wohnung Frau Mustermann Musterweg 42, Hinterhof 3. Etage, 10787 Berlin

Source1

{
  "resourceType": "Location",
  "id": "3172",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-08-13T15:15:00+00:00",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Hausbesuch_Ort|1.2.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "description": "Frau Mustermanns Wohnung",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "PTRES"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "077553/32211"
    }
  ],
  "address": {
    "line": [
      "Musterweg 42",
      "Hinterhof 3. Etage"
    ],
    "_line": [
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
            "valueString": "Musterweg"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
            "valueString": "42"
          }
        ]
      },
      {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
            "valueString": "Hinterhof 3. Etage"
          }
        ]
      }
    ],
    "city": "Berlin",
    "postalCode": "10787",
    "country": "D"
  }
}