CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 7.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7ch/ch-core/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Patient/ElisabethBroennimannByBFH> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "ElisabethBroennimannByBFH"] ;
fhir:Resource.meta [
fhir:Meta.source [ fhir:value "https://www.bfh.ch/de/studium/bachelor/medizininformatik/" ] ;
fhir:Meta.profile [
fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient" ;
fhir:index 0 ;
fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ElisabethBroennimannByBFH</b></p><a name=\"ElisabethBroennimannByBFH\"> </a><a name=\"hcElisabethBroennimannByBFH\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://www.bfh.ch/de/studium/bachelor/medizininformatik/\">https://www.bfh.ch/de/studium/bachelor/medizininformatik/</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ch-core-patient.html\">CH Core Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Elisabeth Brönnimann-Bertholet Female, DoB: 1937-05-03 ( urn:oid:2.16.756.5.30.1.123.100.1.1.1#InsuranceCardNumber#80756015090002647590)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus 2}, {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">verheiratet</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+41323216111\">+41 32 321 61 11</a></li><li><a href=\"mailto:elisabeth@broennimann.today\">elisabeth@broennimann.today</a></li><li>Kreuzweg 11 Biel/Bienne BE 2500 Schweiz (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>General Practitioner: <a href=\"Practitioner-HanspeterWengerByBFH.html\">Practitioner Hanspeter Wenger </a></li></ul></td></tr></table></div>"
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.30.1.123.100.1.1.1" ] ;
fhir:Identifier.value [ fhir:value "80756015090002647590" ]
] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.family [ fhir:value "Brönnimann-Bertholet" ] ;
fhir:HumanName.given [
fhir:value "Elisabeth" ;
fhir:index 0
]
] ;
fhir:Patient.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+41 32 321 61 11" ] ;
fhir:ContactPoint.use [ fhir:value "home" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "elisabeth@broennimann.today" ]
] ;
fhir:Patient.gender [ fhir:value "female"] ;
fhir:Patient.birthDate [ fhir:value "1937-05-03"^^xsd:date] ;
fhir:Patient.address [
fhir:index 0 ;
fhir:Address.use [ fhir:value "home" ] ;
fhir:Address.line [
fhir:value "Kreuzweg 11" ;
fhir:index 0
] ;
fhir:Address.city [ fhir:value "Biel/Bienne" ] ;
fhir:Address.state [ fhir:value "BE" ] ;
fhir:Address.postalCode [ fhir:value "2500" ] ;
fhir:Address.country [
fhir:value "Schweiz" ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/iso21090-codedString" ] ;
fhir:Extension.valueCoding [
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "CH" ]
]
]
]
] ;
fhir:Patient.maritalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus" ] ;
fhir:Coding.code [ fhir:value "2" ] ;
fhir:Coding.display [ fhir:value "verheiratet" ]
], [
fhir:index 1 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ] ;
fhir:Coding.code [ fhir:value "M" ] ;
fhir:Coding.display [ fhir:value "married" ]
]
] ;
fhir:Patient.generalPractitioner [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Practitioner/HanspeterWengerByBFH> ;
fhir:Reference.reference [ fhir:value "Practitioner/HanspeterWengerByBFH" ]
] .
<http://hl7.org/fhir/Practitioner/HanspeterWengerByBFH> a fhir:Practitioner .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/ElisabethBroennimannByBFH.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/ElisabethBroennimannByBFH.ttl> .
IG © 2020+ HL7 Switzerland. Package ch.fhir.ig.ch-core#7.0.0-ballot based on FHIR 4.0.1. Generated 2026-08-13
Links: Table of Contents |
QA Report
| Propose a change