Magentus Practice Management FHIR Implementation Guide - Local Development build (v1.2.35) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: EOrdersCoverageMarySmith - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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 "EOrdersCoverageMarySmith"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.geniesolutions.io/StructureDefinition/eorders-coverage"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/StructureDefinition/eorders-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 EOrdersCoverageMarySmith</b></p><a name=\"EOrdersCoverageMarySmith\"> </a><a name=\"hcEOrdersCoverageMarySmith\"> </a><a name=\"EOrdersCoverageMarySmith-en-US\"> </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-eorders-coverage.html\">EOrders Coverage</a></p></div><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode PUBLICPOL}\">Bulk Billed</span></p><p><b>beneficiary</b>: <a href=\"Patient-1078d551-7be2-49f7-a122-c230b8757f2f.html\">Mary Smith (official) Female, DoB: 1967-01-20 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)</a></p><p><b>payor</b>: Medicare Australia</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ActCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PUBLICPOL" ] ;
fhir:display [ fhir:v "public healthcare" ] ] ) ;
fhir:text [ fhir:v "Bulk Billed" ]
] ; #
fhir:beneficiary [
fhir:reference [ fhir:v "Patient/1078d551-7be2-49f7-a122-c230b8757f2f" ]
] ; #
fhir:payor ( [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Medicare Australia" ]
] ) . #