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

FHIR IG analytics

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

active: true

patient: Lara Keller (official) Female, DoB: 1992-09-30 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756013333333333333)

relationship: mother

name: Margrit Keller (Official)

telecom: +41 79 555 11 22

gender: Female

Communications

-LanguagePreferred
*Germantrue

Source1

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