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
: EOrders Coverage Example - 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 "71272b8c-3061-48c3-aec6-812e1bf0eb39"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.geniesolutions.io/StructureDefinition/gs-coverage"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/StructureDefinition/gs-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 71272b8c-3061-48c3-aec6-812e1bf0eb39</b></p><a name=\"71272b8c-3061-48c3-aec6-812e1bf0eb39\"> </a><a name=\"hc71272b8c-3061-48c3-aec6-812e1bf0eb39\"> </a><a name=\"71272b8c-3061-48c3-aec6-812e1bf0eb39-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-gs-coverage.html\">Genie 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</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:display [ fhir:v "Mary Smith" ]
] ; #
fhir:payor ( [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Medicare Australia" ]
] ) . #