MediRecords FHIR Implementation Guide
1.3.0 - release


: MediRecords Coverage Type ValueSet - 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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "mr-coverage-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-coverage-selfpay.html\"><code>http://terminology.hl7.org/CodeSystem/coverage-selfpay</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-coverage-selfpay.html#coverage-selfpay-pay\">pay</a></td><td>Pay</td><td>An individual or organization is paying directly for goods and services.</td></tr></table></li><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-PUBLICPOL\">PUBLICPOL</a></td><td>public healthcare</td><td>Insurance policy funded by a public health system such as a provincial or national health plan. Examples include BC MSP (British Columbia Medical Services Plan) OHIP (Ontario Health Insurance Plan), NHS (National Health Service).</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://fhir.medirecords.com/ValueSet/mr-coverage-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.3.0"] ; # 
  fhir:name [ fhir:v "MRCoverageTypeValueSet"] ; # 
  fhir:title [ fhir:v "MediRecords Coverage Type ValueSet"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2023-12-21T01:01:27+00:00"^^xsd:dateTime] ; # 
  fhir:description [ fhir:v "MediRecords Coverage Type ValueSet"] ; # 
  fhir:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-selfpay"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "pay" ] ;
fhir:display [ fhir:v "Pay" ]       ] )     ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "PUBLICPOL" ] ;
fhir:display [ fhir:v "public healthcare" ]       ] )     ] )
  ] . #