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

FHIR IG analytics

Packagech.fhir.ig.ch-epreg
Resource TypePatient
IdPatient-76c2c5aa-3d7f-438d-b23d-56ce827695fd.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 76c2c5aa-3d7f-438d-b23d-56ce827695fd

Language: de-CH

Fabienne Madeleine Babyglück Female, DoB: 1999-05-10 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756098765432100000)


Contact Detail
Language:German (Switzerland)
guardian:
Links:
Individual Pronouns:
  • value: she/her/her/hers/herself
Patient Citizenship:
  • code: Switzerland

Source1

{
  "resourceType": "Patient",
  "id": "76c2c5aa-3d7f-438d-b23d-56ce827695fd",
  "language": "de-CH",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "code",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "urn:iso:std:iso:3166",
                "code": "CH",
                "display": "Switzerland"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/patient-citizenship"
    },
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://loinc.org",
                "code": "LA29519-8",
                "display": "she/her/her/hers/herself"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-pronouns"
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
      "value": "80756098765432100000"
    }
  ],
  "name": [
    {
      "text": "Fabienne Madeleine Babyglück",
      "family": "Babyglück",
      "given": [
        "Fabienne",
        "Madeleine"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "fabienne.babyglueck@example.com"
    },
    {
      "system": "phone",
      "value": "+41 66 666 66 66",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "+41 79 987 65 43",
      "use": "mobile"
    },
    {
      "system": "phone",
      "value": "+41 43 434 34 34",
      "use": "work"
    }
  ],
  "gender": "female",
  "birthDate": "1999-05-10",
  "address": [
    {
      "line": [
        "Mustergasse 1"
      ],
      "city": "Zürich",
      "postalCode": "8000",
      "country": "Schweiz"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
              "code": "GUARD",
              "display": "guardian"
            }
          ]
        }
      ],
      "name": {
        "family": "Beistand",
        "given": [
          "Marius"
        ]
      },
      "telecom": [
        {
          "system": "email",
          "value": "marius.beistand@example.com"
        },
        {
          "system": "phone",
          "value": "+41 99 999 99 99",
          "use": "home"
        },
        {
          "system": "phone",
          "value": "+41 79 777 77 77",
          "use": "mobile"
        },
        {
          "system": "phone",
          "value": "+41 88 888 88 88",
          "use": "work"
        }
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "de-CH",
            "display": "German (Switzerland)"
          }
        ]
      }
    }
  ],
  "link": [
    {
      "other": {
        "reference": "urn:uuid:67d0e290-21b9-4255-9182-5fe9f21cdbb4",
        "display": "RelatedPerson Fabienne Babyglück"
      },
      "type": "seealso"
    }
  ]
}