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

FHIR IG analytics

Packagech.fhir.ig.ch-epreg
Resource TypePatient
IdPatient-UC1-KatrinKinderlieb.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-KatrinKinderlieb

Language: de-CH

Katrin Emily Kinderlieb Female, DoB: 1986-01-18 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756015090002647590)


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

Source1

{
  "resourceType": "Patient",
  "id": "UC1-KatrinKinderlieb",
  "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": "80756015090002647590"
    }
  ],
  "name": [
    {
      "text": "Katrin Emily Kinderlieb",
      "family": "Kinderlieb",
      "given": [
        "Katrin",
        "Emily"
      ]
    }
  ],
  "telecom": [
    {
      "system": "email",
      "value": "katrin.kinderlieb@example.com"
    },
    {
      "system": "phone",
      "value": "+41 33 333 33 33",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "+41 79 123 45 67",
      "use": "mobile"
    },
    {
      "system": "phone",
      "value": "+41 45 454 54 54",
      "use": "work"
    }
  ],
  "gender": "female",
  "birthDate": "1986-01-18",
  "address": [
    {
      "line": [
        "Musterstrasse 1"
      ],
      "city": "Zürich",
      "postalCode": "8000",
      "country": "Schweiz"
    }
  ],
  "contact": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/patient-contactPriority",
          "valuePositiveInt": 1
        }
      ],
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ]
        }
      ],
      "name": {
        "family": "Kinderlieb",
        "given": [
          "Pierre"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+41 33 333 33 33",
          "use": "home"
        },
        {
          "system": "phone",
          "value": "+41 79 111 22 33",
          "use": "mobile"
        },
        {
          "system": "phone",
          "value": "+41 46 464 64 64",
          "use": "work"
        }
      ]
    },
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://terminology.hl7.org/CodeSystem/v2-0131",
              "code": "C",
              "display": "Emergency Contact"
            }
          ]
        }
      ],
      "name": {
        "family": "Kinderlieb",
        "given": [
          "Anna"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "+41 88 888 88 88",
          "use": "home"
        }
      ]
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "de-CH",
            "display": "German (Switzerland)"
          }
        ]
      }
    }
  ],
  "link": [
    {
      "other": {
        "reference": "RelatedPerson/UC1-RelatedPerson-Mother"
      },
      "type": "seealso"
    }
  ]
}