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

FHIR IG analytics

Packagech.fhir.ig.ch-core
Resource TypePatient
IdPatient-ImmunizationPatientExample.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 ImmunizationPatientExample

Monika Wegmueller Female, DoB: 1967-02-10 ( Medical record number)


Contact Detail
  • ph: tel:+41.32.685.12.34(Home)
  • Leidensweg 10 Specimendorf 9876 CH

Source1

{
  "resourceType": "Patient",
  "id": "ImmunizationPatientExample",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:2.999.1.2.3.4",
      "value": "12345678"
    }
  ],
  "name": [
    {
      "family": "Wegmueller",
      "given": [
        "Monika"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "tel:+41.32.685.12.34",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1967-02-10",
  "address": [
    {
      "type": "both",
      "line": [
        "Leidensweg 10"
      ],
      "city": "Specimendorf",
      "postalCode": "9876",
      "country": "CH"
    }
  ]
}