@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Coverage ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "selfpay-smith-emma"] ; # fhir:meta [ fhir:profile ( [ fhir:v "http://hl7.org.au/fhir/core/StructureDefinition/au-core-coverage"^^xsd:anyURI ; fhir:link ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Generated Narrative: Coverage

Resource Coverage "selfpay-smith-emma"

Profile: AU Core Coverage

identifier: id: PAYD00045678

status: active

type: PAY (Coverage SelfPay Codes#pay)

subscriber: Patient/smith-emma " SMITH"

beneficiary: Patient/smith-emma " SMITH"

relationship: Self (SubscriberPolicyholder Relationship Codes#self)

period: 2021-10-10 --> (ongoing)

payor: Patient/smith-emma " SMITH"

" ] ; # fhir:identifier ( [ fhir:system [ fhir:v "http://hospitalsau.example.com/selfpayagreement"^^xsd:anyURI ] ; fhir:value [ fhir:v "PAYD00045678" ] ] ) ; # fhir:status [ fhir:v "active"] ; # fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/coverage-selfpay"^^xsd:anyURI ] ; fhir:code [ fhir:v "pay" ] ; fhir:display [ fhir:v "PAY" ] ] ) ] ; # fhir:subscriber [ fhir:link ; fhir:reference [ fhir:v "Patient/smith-emma" ] ] ; # fhir:beneficiary [ fhir:link ; fhir:reference [ fhir:v "Patient/smith-emma" ] ] ; # fhir:relationship [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/subscriber-relationship"^^xsd:anyURI ] ; fhir:code [ fhir:v "self" ] ] ) ; fhir:text [ fhir:v "Self" ] ] ; # fhir:period [ fhir:start [ fhir:v "2021-10-10"^^xsd:date ] ] ; # fhir:payor ( [ fhir:link ; fhir:reference [ fhir:v "Patient/smith-emma" ] ] ) . # # -------------------------------------------------------------------------------------