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

FHIR IG analytics

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

Susanna Ufferer (official) Female, DoB: 1970-03-14


Alt. Name:Leidend (Name changed for Marriage)
Contact Detail

Source1

{
  "resourceType": "Patient",
  "id": "SUfferer",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "name": [
    {
      "use": "official",
      "family": "Ufferer",
      "_family": {
        "extension": [
          {
            "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name",
            "valueCode": "officialName"
          }
        ]
      },
      "given": [
        "Susanna"
      ],
      "_given": [
        {
          "extension": [
            {
              "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname",
              "valueCode": "officialFirstName"
            }
          ]
        }
      ]
    },
    {
      "use": "maiden",
      "family": "Leidend",
      "_family": {
        "extension": [
          {
            "url": "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name",
            "valueCode": "originalName"
          }
        ]
      }
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 79 979 79 79"
    },
    {
      "system": "email",
      "value": "susanna@ufferer.ch"
    }
  ],
  "gender": "female",
  "birthDate": "1970-03-14",
  "address": [
    {
      "use": "home",
      "line": [
        "Musterweg",
        "6a"
      ],
      "city": "Zürich",
      "postalCode": "8000",
      "country": "Schweiz"
    }
  ]
}