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

FHIR IG analytics

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

active: true

patient: Max Muster (official) Male, DoB: 1964-01-01 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756011234567890123)

relationship: wife

name: Vreni Muster (Official)

telecom: +41 78 876 54 32

gender: Female

Communications

-LanguagePreferred
*Germantrue

Source1

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