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

FHIR IG analytics

Packagekbv.ita.aws
Resource TypeRelatedPerson
IdBSP_KBV_PR_AW_Bezugsperson.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

Bezugsperson Heinz Mustermann Erreichbar unter der Nummer 077553/443322

Source1

{
  "resourceType": "RelatedPerson",
  "id": "3183",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2020-09-14T15:57:00+00:00",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Bezugsperson|1.2.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "patient": {
    "reference": "Patient/3181"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "UNCLE"
        }
      ]
    }
  ],
  "name": [
    {
      "family": "Mustermann",
      "given": [
        "Heinz"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "077553/443322",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "0179/9999999",
      "use": "mobile"
    }
  ],
  "gender": "male",
  "address": [
    {
      "line": [
        "Musterstraße 23b"
      ],
      "city": "Berlin",
      "postalCode": "12209"
    }
  ]
}