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

FHIR IG analytics

Packagech.fhir.ig.ch-umzh-connect
Resource TypePatient
IdPatient-PetraMeier.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 PetraMeier

Petra Meier Female, DoB: 1992-03-26 ( Medical record number)


Other Id:AHVN13/7562295883070
Contact Detail

Source1

{
  "resourceType": "Patient",
  "id": "PetraMeier",
  "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": "P06543"
    },
    {
      "system": "urn:oid:2.16.756.5.32",
      "value": "7562295883070"
    }
  ],
  "name": [
    {
      "family": "Meier",
      "given": [
        "Petra"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 33 333 33 33",
      "use": "home"
    }
  ],
  "gender": "female",
  "birthDate": "1992-03-26",
  "address": [
    {
      "line": [
        "Musterstrasse 1"
      ],
      "city": "Zürich",
      "postalCode": "8000",
      "country": "Schweiz"
    }
  ]
}