CH Core (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 6.0.0-ci-build 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
: Peter Muster - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "ClaimPatient"] ; #
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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient ClaimPatient</b></p><a name=\"ClaimPatient\"> </a><a name=\"hcClaimPatient\"> </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\">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;\">Peter Muster Male, DoB: 1964-05-14 ( urn:oid:2.16.756.5.32#7562295883070)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Other Id (see the one above)\">Other Id:</td><td colspan=\"3\"><code>urn:oid:2.16.756.5.30.1.123.100.1.1.1</code>/80756078901234567890 (, period: (?) --> 2018-03-03)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\">Musterstrasse 5 Maienfeld 7304 </td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.756.5.32"^^xsd:anyURI ] ;
fhir:value [ fhir:v "7562295883070" ]
] [
fhir:system [ fhir:v "urn:oid:2.16.756.5.30.1.123.100.1.1.1"^^xsd:anyURI ] ;
fhir:value [ fhir:v "80756078901234567890" ] ;
fhir:period [
fhir:end [ fhir:v "2018-03-03"^^xsd:date ] ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Muster" ] ;
( fhir:given [ fhir:v "Peter" ] ) ;
( fhir:prefix [ fhir:v "Herr" ] )
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1964-05-14"^^xsd:date] ; #
fhir:address ( [
( fhir:line [ fhir:v "Musterstrasse 5" ] ) ;
fhir:city [ fhir:v "Maienfeld" ] ;
fhir:postalCode [ fhir:v "7304" ]
] ) . #