JohnMoehrkeTestVital, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testVital/ and changes regularly. See the Directory of published versions
: 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 "ex-converage"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Coverage ex-converage</b></p><a name=\"ex-converage\"> </a><a name=\"hcex-converage\"> </a><p><b>status</b>: Active</p><p><b>beneficiary</b>: <a href=\"Patient-ex-patient.html\">John Schmidt Other, DoB: 1923-07-25</a></p><p><b>payor</b>: United Healthcare</p><h3>CostToBeneficiaries</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>20 USD<span style=\"background: LightGoldenRodYellow\"> (Details: unknown codeUSD = 'United States dollar')</span></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:beneficiary [
fhir:l fhir:Patient/ex-patient ;
fhir:reference [ fhir:v "Patient/ex-patient" ]
] ; #
fhir:payor ( [
fhir:display [ fhir:v "United Healthcare" ]
] ) ; #
fhir:costToBeneficiary ( [
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "20"^^xsd:decimal ] ;
fhir:unit [ fhir:v "USD" ] ;
fhir:system [
fhir:v "urn:iso:std:iso:4217"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:4217> ] ;
fhir:code [ fhir:v "USD" ] ]
] ) . #