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 (RelatedPerson) - 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 "CoverageSelfRelatedPerson"] ; #
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 CoverageSelfRelatedPerson</b></p><a name=\"CoverageSelfRelatedPerson\"> </a><a name=\"hcCoverageSelfRelatedPerson\"> </a><a name=\"CoverageSelfRelatedPerson-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=\"#hcCoverageSelfRelatedPerson/relatedperson\">RelatedPerson Max Freund </a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson #relatedperson</b></p><a name=\"CoverageSelfRelatedPerson/relatedperson\"> </a><a name=\"hcCoverageSelfRelatedPerson/relatedperson\"> </a><a name=\"CoverageSelfRelatedPerson/relatedperson-en-US\"> </a><p><b>patient</b>: <a href=\"Patient-ErikaMusterfrau.html\">Erika Musterfrau (official) Female, DoB: 1970-03-14 ( Medical record number)</a></p><p><b>name</b>: Max Freund </p></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:RelatedPerson ;
fhir:id [ fhir:v "relatedperson" ] ;
fhir:patient [
fhir:reference [ fhir:v "Patient/ErikaMusterfrau" ] ] ;
( fhir:name [
fhir:family [ fhir:v "Freund" ] ;
( fhir:given [ fhir:v "Max" ] ) ] )
] ) ; #
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 "#relatedperson" ]
] ) . #