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

FHIR IG analytics

Packagech.fhir.ig.ch-emr
Resource TypePatient
IdPatient-UC1-Patient-MusterMax.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 UC1-Patient-MusterMax

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


Contact DetailBahnhofstrasse 1 Zürich 8001 CH
Language:German (preferred)

Source1

{
  "resourceType": "Patient",
  "id": "UC1-Patient-MusterMax",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-ips/StructureDefinition/ch-ips-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
      "value": "80756011234567890123"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Muster",
      "given": [
        "Max"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1964-01-01",
  "address": [
    {
      "line": [
        "Bahnhofstrasse 1"
      ],
      "city": "Zürich",
      "postalCode": "8001",
      "country": "CH"
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "de"
          }
        ]
      },
      "preferred": true
    }
  ]
}