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-Spitex.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-Spitex

active: true

patient: Walter Schmid (official) Male, DoB: 1947-04-12 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756012222222222222)

relationship: Spitex (Pflegedienst)

name: Spitex Luzern (Pflegedienst)(Anonymous)

telecom: +41 41 555 00 00

Communications

-LanguagePreferred
*Germantrue

Source1

{
  "resourceType": "RelatedPerson",
  "id": "UC2-RelatedPerson-Spitex",
  "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-WalterSchmid"
  },
  "relationship": [
    {
      "text": "Spitex (Pflegedienst)"
    }
  ],
  "name": [
    {
      "use": "anonymous",
      "text": "Spitex Luzern (Pflegedienst)"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 41 555 00 00",
      "use": "work",
      "rank": 1
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "de"
          }
        ]
      },
      "preferred": true
    }
  ]
}