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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypePatient
IdPatient-UC2-Patient-HansMeier.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: Patient UC2-Patient-HansMeier

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


Contact Detail
Language:German (preferred)

Source1

{
  "resourceType": "Patient",
  "id": "UC2-Patient-HansMeier",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-emr/StructureDefinition/ch-emr-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
      "value": "80756015095672647590"
    }
  ],
  "name": [
    {
      "family": "Meier",
      "given": [
        "Hans",
        "Rudolf"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 31 456 78 90",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "+41 79 123 45 67",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "hans.meier@example.ch"
    }
  ],
  "gender": "male",
  "birthDate": "1952-11-08",
  "address": [
    {
      "line": [
        "Bergstrasse 45"
      ],
      "city": "Bern",
      "postalCode": "3012",
      "country": "CH"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "de"
          }
        ]
      },
      "preferred": true
    }
  ]
}