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/MaxMuster> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "MaxMuster"] ;
fhir:Resource.meta [
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:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-epr" ;
fhir:index 1 ;
fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient-epr>
]
] ;
fhir:Resource.language [ fhir:value "de-CH"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"de-CH\" lang=\"de-CH\"><p class=\"res-header-id\"><b>Generated Narrative: Patient MaxMuster</b></p><a name=\"MaxMuster\"> </a><a name=\"hcMaxMuster\"> </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\">Language: de-CH</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-ch-core-patient.html\">CH Core Patient</a>, <a href=\"StructureDefinition-ch-core-patient-epr.html\">CH Core Patient EPR</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Max Muster (official) Male, DoB: 1938-12-12 ( Medical record number)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li><a href=\"tel:+41326851234\">+41326851234</a></li><li>ph: 079 333 22 11(Mobile)</li><li><a href=\"tel:+41321237788\">+41321237788</a></li><li><a href=\"mailto:max.muster@example.com\">max.muster@example.com</a></li><li><a href=\"http://example.com\">http://example.com</a></li><li>079 333 22 11</li><li>Leidensweg 10 Specimendorf 9999 CH (home)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-GruppenpraxisCH.html\">Organization Gruppenpraxis CH</a></li></ul></td></tr></table></div>"
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "MR" ]
]
] ;
fhir:Identifier.system [ fhir:value "urn:oid:2.999.1.2.3.4" ] ;
fhir:Identifier.value [ fhir:value "8733" ]
] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "official" ] ;
fhir:HumanName.family [
fhir:value "Muster" ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name" ] ;
fhir:Extension.valueCode [ fhir:value "officialName" ]
]
] ;
fhir:HumanName.given [
fhir:value "Max" ;
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname" ] ;
fhir:Extension.valueCode [ fhir:value "officialFirstName" ]
]
]
] ;
fhir:Patient.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+41326851234" ] ;
fhir:ContactPoint.use [
fhir:value "home" ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-phonecategory" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-core/CodeSystem/ech-46-phonecategory" ] ;
fhir:Coding.code [ fhir:value "1" ] ;
fhir:Coding.display [ fhir:value "private Telefonnummer" ]
]
]
]
]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "079 333 22 11" ] ;
fhir:ContactPoint.use [
fhir:value "mobile" ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-phonecategory" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-core/CodeSystem/ech-46-phonecategory" ] ;
fhir:Coding.code [ fhir:value "2" ] ;
fhir:Coding.display [ fhir:value "private Mobil-Nummer" ]
]
]
]
]
], [
fhir:index 2 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "+41321237788" ] ;
fhir:ContactPoint.use [
fhir:value "work" ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-phonecategory" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-core/CodeSystem/ech-46-phonecategory" ] ;
fhir:Coding.code [ fhir:value "6" ] ;
fhir:Coding.display [ fhir:value "geschäftliche Nummer (Durchwahl)" ]
]
]
]
]
], [
fhir:index 3 ;
fhir:ContactPoint.system [ fhir:value "email" ] ;
fhir:ContactPoint.value [ fhir:value "max.muster@example.com" ] ;
fhir:ContactPoint.use [
fhir:value "home" ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-emailcategory" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-core/CodeSystem/ech-46-emailcategory" ] ;
fhir:Coding.code [ fhir:value "1" ] ;
fhir:Coding.display [ fhir:value "private Email-Adresse" ]
]
]
]
]
], [
fhir:index 4 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "http://example.com" ] ;
fhir:ContactPoint.use [
fhir:value "work" ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-46-internetcategory" ] ;
fhir:Extension.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://fhir.ch/ig/ch-core/CodeSystem/ech-46-internetcategory" ] ;
fhir:Coding.code [ fhir:value "2" ] ;
fhir:Coding.display [ fhir:value "geschäftliche Internet-Adresse" ]
]
]
]
]
], [
fhir:index 5 ;
fhir:ContactPoint.system [ fhir:value "sms" ] ;
fhir:ContactPoint.value [ fhir:value "079 333 22 11" ]
] ;
fhir:Patient.gender [ fhir:value "male"] ;
fhir:Patient.birthDate [ fhir:value "1938-12-12"^^xsd:date] ;
fhir:Patient.address [
fhir:index 0 ;
fhir:Address.use [ fhir:value "home" ] ;
fhir:Address.line [
fhir:value "Leidensweg" ;
fhir:index 0
], [
fhir:value "10" ;
fhir:index 1
] ;
fhir:Address.city [ fhir:value "Specimendorf" ] ;
fhir:Address.postalCode [ fhir:value "9999" ] ;
fhir:Address.country [ fhir:value "CH" ]
] ;
fhir:Patient.managingOrganization [
fhir:link <http://hl7.org/fhir/Organization/GruppenpraxisCH> ;
fhir:Reference.reference [ fhir:value "Organization/GruppenpraxisCH" ]
] .
<http://hl7.org/fhir/Organization/GruppenpraxisCH> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/MaxMuster.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/MaxMuster.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