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

FHIR IG analytics

Packagekbv.ita.aws
Resource TypeEncounter
IdBSP_KBV_PR_AW_Hausbesuch.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

Hausbesuch in 8km Entfernung in Zone1

Source1

{
  "resourceType": "Encounter",
  "id": "3191",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-08-12T19:11:00+00:00",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Hausbesuch|1.2.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "HH"
  },
  "subject": {
    "reference": "Patient/3181"
  },
  "location": [
    {
      "extension": [
        {
          "url": "https://fhir.kbv.de/StructureDefinition/KBV_EX_AW_Hausbesuch_Entfernungsinformationen",
          "extension": [
            {
              "url": "einfache_Entfernung",
              "valueQuantity": {
                "value": 8,
                "unit": "Kilometer",
                "system": "http://unitsofmeasure.org",
                "code": "km"
              }
            },
            {
              "url": "zone_des_Besuchsortes",
              "valueCodeableConcept": {
                "coding": [
                  {
                    "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_AW_Hausbesuch_Besuchszonen",
                    "code": "Z1"
                  }
                ]
              }
            }
          ]
        }
      ],
      "location": {
        "reference": "Location/3172"
      }
    }
  ],
  "partOf": {
    "reference": "Encounter/3189"
  }
}