CH Core (R4)
7.0.0-ballot - ballot Switzerland flag

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

: Peter Muster - TTL Representation

Raw ttl | Download


@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/ClaimPatient> a fhir:Patient ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ClaimPatient"] ;
  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: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 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#AHVN13#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\"><a href=\"http://fhir.ch/ig/ch-term/3.4.0/NamingSystem-veka.html\" title=\"Insurance card number (called VEKA-Nr. (Versichertenkarten-Nummer) in German) from [SASIS](https://www.sasis.ch/veka/).\">InsuranceCardNumber</a>/80756078901234567890 (, period: (?) --&gt; 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>"
  ] ;
  fhir:Patient.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.32" ] ;
     fhir:Identifier.value [ fhir:value "7562295883070" ]
  ], [
     fhir:index 1 ;
     fhir:Identifier.system [ fhir:value "urn:oid:2.16.756.5.30.1.123.100.1.1.1" ] ;
     fhir:Identifier.value [ fhir:value "80756078901234567890" ] ;
     fhir:Identifier.period [
       fhir:Period.end [ fhir:value "2018-03-03"^^xsd:date ]
     ]
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.family [ fhir:value "Muster" ] ;
     fhir:HumanName.given [
       fhir:value "Peter" ;
       fhir:index 0
     ] ;
     fhir:HumanName.prefix [
       fhir:value "Herr" ;
       fhir:index 0
     ]
  ] ;
  fhir:Patient.gender [ fhir:value "male"] ;
  fhir:Patient.birthDate [ fhir:value "1964-05-14"^^xsd:date] ;
  fhir:Patient.address [
     fhir:index 0 ;
     fhir:Address.line [
       fhir:value "Musterstrasse 5" ;
       fhir:index 0
     ] ;
     fhir:Address.city [ fhir:value "Maienfeld" ] ;
     fhir:Address.postalCode [ fhir:value "7304" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/Patient/ClaimPatient.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Patient/ClaimPatient.ttl> .