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

FHIR IG analytics

Packagede.gematik.isip
Resource TypeRelatedPerson
IdRelatedPerson-ExampleISiPAngehoeriger.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": "RelatedPerson",
  "id": "ExampleISiPAngehoeriger",
  "meta": {
    "profile": [
      "https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/ISiKAngehoeriger"
    ]
  },
  "patient": {
    "reference": "Patient/ExampleISiPPflegeempfaenger"
  },
  "name": [
    {
      "family": "Mustermann",
      "given": [
        "Maxine"
      ]
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Milchstr. 42"
      ],
      "city": "Beispielstadt",
      "postalCode": "78143",
      "country": "DE"
    }
  ],
  "relationship": [
    {
      "coding": [
        {
          "code": "CHILD",
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "display": "child"
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+49 132 455 325",
      "use": "home"
    }
  ]
}