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

FHIR IG analytics

Packagede.thieme-compliance.anamnese
Resource TypeRelatedPerson
IdRelatedPerson-EcpAngehoeriger-example-1.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": "EcpAngehoeriger-example-1",
  "meta": {
    "profile": [
      "https://thieme-compliance.de/fhir/StructureDefinition/EcpAngehoeriger"
    ]
  },
  "address": [
    {
      "type": "both",
      "line": [
        "Milchstr. 42"
      ],
      "city": "Beispielstadt",
      "postalCode": "78143",
      "country": "DE"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "use": "home",
      "value": "05555/5552211"
    },
    {
      "system": "email",
      "value": "maxine.mustermann@irgendwo.example"
    }
  ],
  "patient": {
    "reference": "Patient/EcpPatient-example-1"
  },
  "name": [
    {
      "family": "Mustermann",
      "given": [
        "Maxine"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ]
}