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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypeRelatedPerson
IdRelatedPerson-UC2-RelatedPerson-ElisabethMeier.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

Generated Narrative: RelatedPerson UC2-RelatedPerson-ElisabethMeier

active: true

patient: Hans Rudolf Meier Male, DoB: 1952-11-08 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756015095672647590)

relationship: wife

name: Elisabeth Meier (Official)

telecom: +41 31 456 78 90, +41 79 987 65 43, elisabeth.meier@example.ch

gender: Female

birthDate: 1955-06-20

address: Bergstrasse 45 Bern 3012 CH (home)

Communications

-LanguagePreferred
*Germantrue

Source1

{
  "resourceType": "RelatedPerson",
  "id": "UC2-RelatedPerson-ElisabethMeier",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/UC2-Patient-HansMeier"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "WIFE",
          "display": "wife"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Meier",
      "given": [
        "Elisabeth"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 31 456 78 90",
      "use": "home",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "+41 79 987 65 43",
      "use": "mobile",
      "rank": 2
    },
    {
      "system": "email",
      "value": "elisabeth.meier@example.ch",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1955-06-20",
  "address": [
    {
      "use": "home",
      "line": [
        "Bergstrasse 45"
      ],
      "city": "Bern",
      "postalCode": "3012",
      "country": "CH"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "de"
          }
        ]
      },
      "preferred": true
    }
  ]
}