This page is part of the Interoperability of Clic Santé (v1.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: Example Active Coverage - 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 "ExampleActiveCoverage"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://documentation.clicsante.ca/fhir/base/StructureDefinition/coverage"^^xsd:anyURI ;
fhir:link <http://documentation.clicsante.ca/fhir/base/StructureDefinition/coverage> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage ExampleActiveCoverage</b></p><a name=\"ExampleActiveCoverage\"> </a><a name=\"hcExampleActiveCoverage\"> </a><a name=\"ExampleActiveCoverage-en-US\"> </a><p><b>Coverage NAM</b>: DOEJ90010116</p><p><b>Coverage NAM Sequential Number</b>: 19</p><p><b>status</b>: Active</p><p><b>beneficiary</b>: <a href=\"Patient-65455b44-591e-420a-a34a-1e0d48e50b44.html\">Weldon Mickael Cormier Male, DoB: 1964-04-06</a></p><p><b>payor</b>: RAMQ</p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://documentation.clicsante.ca/fhir/base/StructureDefinition/coverage-nam"^^xsd:anyURI ] ;
fhir:value [ fhir:v "DOEJ90010116" ]
] [
fhir:url [ fhir:v "http://documentation.clicsante.ca/fhir/base/StructureDefinition/coverage-nam-sequential-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "19" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/65455b44-591e-420a-a34a-1e0d48e50b44" ]
] ; #
fhir:payor ( [
fhir:display [ fhir:v "RAMQ" ]
] ) . #