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

FHIR IG analytics

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

active: true

patient: Beat Frei (official) Male, DoB: 1968-07-22 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756014444444444444)

relationship: wife

name: Sandra Frei (Official)

telecom: +41 79 555 33 44

gender: Female

Communications

-LanguagePreferred
*Germantrue

Source1

{
  "resourceType": "RelatedPerson",
  "id": "UC4-RelatedPerson-Ehefrau",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-relatedperson"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "patient": {
    "reference": "Patient/UC4-Patient-BeatFrei"
  },
  "relationship": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "WIFE",
          "display": "wife"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Frei",
      "given": [
        "Sandra"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 79 555 33 44",
      "use": "mobile",
      "rank": 1
    }
  ],
  "gender": "female",
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "de"
          }
        ]
      },
      "preferred": true
    }
  ]
}