AU eRequesting Implementation Guide
1.0.1-ci-build - CI Build Australia flag

AU eRequesting Implementation Guide, published by HL7 Australia. This guide is not an authorized publication; it is the continuous build for version 1.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7au/au-fhir-erequesting/ and changes regularly. See the Directory of published versions

: Coverage - Concession - TTL Representation

Page standards status: Informative

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/Coverage/coverage-concession> a fhir:Coverage ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "coverage-concession"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-coverage" ;
       fhir:index 0 ;
       fhir:link <http://hl7.org.au/fhir/ereq/StructureDefinition/au-erequesting-coverage>
     ]
  ] ;
  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: Coverage coverage-concession</b></p><a name=\"coverage-concession\"> </a><a name=\"hccoverage-concession\"> </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-au-erequesting-coverage.html\">AU eRequesting Coverage</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/coverage-selfpay payconc}\">Concession</span></p><p><b>beneficiary</b>: <a href=\"Patient-roberts-fred.html\">Fred Roberts  Male, DoB: 1961-06-16 ( IHI: Austalian Healthcare Identifier - Individual#8003608500314661)</a></p><p><b>payor</b>: Identifier: IHI/8003608500314661</p></div>"
  ] ;
  fhir:Coverage.status [ fhir:value "active"] ;
  fhir:Coverage.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/coverage-selfpay" ] ;
       fhir:Coding.code [ fhir:value "payconc" ] ;
       fhir:Coding.display [ fhir:value "Concession" ]
     ]
  ] ;
  fhir:Coverage.beneficiary [
     fhir:link <http://hl7.org/fhir/Patient/roberts-fred> ;
     fhir:Reference.reference [ fhir:value "Patient/roberts-fred" ]
  ] ;
  fhir:Coverage.payor [
     fhir:index 0 ;
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index 0 ;
           fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
           fhir:Coding.code [ fhir:value "NI" ]
         ] ;
         fhir:CodeableConcept.text [ fhir:value "IHI" ]
       ] ;
       fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ] ;
       fhir:Identifier.value [ fhir:value "8003608500314661" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/roberts-fred> a fhir:Patient .

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

<http://hl7.org/fhir/Coverage/coverage-concession.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Coverage/coverage-concession.ttl> .