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

FHIR IG analytics

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

Elisabeth Brönnimann-Bertholet Female, DoB: 1937-05-03 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#80756015090002647590)


Marital Status:verheiratet
Contact Detail
Links:

Source1

{
  "resourceType": "Patient",
  "id": "ElisabethBroennimannByBFH",
  "meta": {
    "source": "https://www.bfh.ch/de/studium/bachelor/medizininformatik/",
    "profile": [
      "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.30.1.123.100.1.1.1",
      "value": "80756015090002647590"
    }
  ],
  "name": [
    {
      "family": "Brönnimann-Bertholet",
      "given": [
        "Elisabeth"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "+41 32 321 61 11",
      "use": "home"
    },
    {
      "system": "email",
      "value": "elisabeth@broennimann.today"
    }
  ],
  "gender": "female",
  "birthDate": "1937-05-03",
  "address": [
    {
      "use": "home",
      "line": [
        "Kreuzweg 11"
      ],
      "city": "Biel/Bienne",
      "state": "BE",
      "postalCode": "2500",
      "country": "Schweiz",
      "_country": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/iso21090-codedString",
            "valueCoding": {
              "system": "urn:iso:std:iso:3166",
              "code": "CH"
            }
          }
        ]
      }
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus",
        "code": "2",
        "display": "verheiratet"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "married"
      }
    ]
  },
  "generalPractitioner": [
    {
      "reference": "Practitioner/HanspeterWengerByBFH"
    }
  ]
}