CH ORF (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 3.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-orf/ and changes regularly. See the Directory of published versions
: Coverage Self (Patient) - 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 -------------------------------------------------------------------
a fhir:Coverage ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CoverageSelfPatient"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage"^^xsd:anyURI ;
fhir:link <http://fhir.ch/ig/ch-orf/StructureDefinition/ch-orf-coverage> ] )
] ; #
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: Coverage CoverageSelfPatient</b></p><a name=\"CoverageSelfPatient\"> </a><a name=\"hcCoverageSelfPatient\"> </a><a name=\"CoverageSelfPatient-en-US\"> </a><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-25-mainguarantor 5}\">Selbstzahler (z.B. Ausländer ohne Grundversicherung)</span></p><p><b>beneficiary</b>: <a href=\"Patient-ErikaMusterfrau.html\">Erika Musterfrau (official) Female, DoB: 1970-03-14 ( Medical record number)</a></p><p><b>payor</b>: <a href=\"#hcCoverageSelfPatient/patient\">Erika Musterfrau (no stated gender), DoB Unknown</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #patient</b></p><a name=\"CoverageSelfPatient/patient\"> </a><a name=\"hcCoverageSelfPatient/patient\"> </a><a name=\"CoverageSelfPatient/patient-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Erika Musterfrau (no stated gender), DoB Unknown</p><hr/></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Patient ;
fhir:id [ fhir:v "patient" ] ;
( fhir:name [
fhir:family [ fhir:v "Musterfrau" ] ;
( fhir:given [ fhir:v "Erika" ] ) ] )
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.ch/ig/ch-core/CodeSystem/bfs-medstats-25-mainguarantor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "5" ] ;
fhir:display [ fhir:v "Selbstzahler (z.B. Ausländer ohne Grundversicherung)" ] ] )
] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/ErikaMusterfrau" ]
] ; #
fhir:payor ( [
fhir:reference [ fhir:v "#patient" ]
] ) . #