This page is part of the CH ORF (R4) (v2.0.0: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, 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 -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ErikaMusterfrau"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-core/StructureDefinition/ch-core-patient> ] )
] ; #
fhir:language [ fhir:v "de-CH"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"de-CH\" lang=\"de-CH\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Erika Musterfrau (OFFICIAL)</b> female, DoB: 1970-03-14 ( Medical record number: 11.22.33.4567)</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 1}\">ledig</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Alternate names (see the one above)\">Alt. Name:</td><td colspan=\"3\">Ledigname (MAIDEN)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Details:</td><td colspan=\"3\"><ul><li>ph: 079 979 79 79</li><li><a href=\"mailto:erika@musterfrau.ch\">erika@musterfrau.ch</a></li><li>Musterweg 6a Zürich 8000 Schweiz </li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Languages spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes: {urn:ietf:bcp:47 de-CH}\">de-CH</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Nominated Contact: Guter Freund\">Guter Freund:</td><td colspan=\"3\"><ul><li>Max Freund </li><li>ph: 079 111 22 33</li><li><a href=\"mailto:max@freund.ch\">max@freund.ch</a></li></ul></td></tr></table></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ] ) ] ;
fhir:system [ fhir:v "urn:oid:2.999.1.2"^^xsd:anyURI ] ;
fhir:value [ fhir:v "11.22.33.4567" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [
fhir:v "Musterfrau" ;
( fhir:extension [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "officialName" ] ] ) ] ;
( fhir:given [
fhir:v "Erika" ;
( fhir:extension [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-firstname"^^xsd:anyURI ] ;
fhir:value [ fhir:v "officialFirstName" ] ] ) ] )
] [
fhir:use [ fhir:v "maiden" ] ;
fhir:family [
fhir:v "Ledigname" ;
( fhir:extension [
fhir:url [ fhir:v "http://fhir.ch/ig/ch-core/StructureDefinition/ch-ext-ech-11-name"^^xsd:anyURI ] ;
fhir:value [ fhir:v "originalName" ] ] ) ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "079 979 79 79" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "erika@musterfrau.ch" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1970-03-14"^^xsd:date] ; #
fhir:address ( [
( fhir:line [ fhir:v "Musterweg" ] [ fhir:v "6a" ] ) ;
fhir:city [ fhir:v "Zürich" ] ;
fhir:postalCode [ fhir:v "8000" ] ;
fhir:country [ fhir:v "Schweiz" ]
] ) ; #
fhir:maritalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/ech-11-maritalstatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "1" ] ;
fhir:display [ fhir:v "ledig" ] ] )
] ; #
fhir:contact ( [
( fhir:relationship [
fhir:text [ fhir:v "Guter Freund" ] ] ) ;
fhir:name [
fhir:family [ fhir:v "Freund" ] ;
( fhir:given [ fhir:v "Max" ] ) ] ;
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "079 111 22 33" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "max@freund.ch" ] ] )
] ) ; #
fhir:communication ( [
fhir:language [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "de-CH" ] ] ) ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
] ) . #
IG © 2020+ HL7 Switzerland. Package ch.fhir.ig.ch-orf#2.0.0 based on FHIR 4.0.1. Generated 2023-12-20
Links: Table of Contents |
QA Report
| Propose a change