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
: Cost - 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ex-cost"] ; #
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: Observation ex-cost</b></p><a name=\"ex-cost\"> </a><a name=\"hcex-cost\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">COST</span></p><p><b>subject</b>: <a href=\"Patient-ex-patient.html\">John Schmidt Other, DoB: 1923-07-25</a></p><p><b>effective</b>: 2004-09-24 10:32:00+0000</p><p><b>performer</b>: Clerk 4217</p><p><b>value</b>: 71(unit USD from urn:iso:std:iso:4217)<span style=\"background: LightGoldenRodYellow\"> (Details: unknown codeUSD = 'United States dollar')</span></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
fhir:text [ fhir:v "COST" ]
] ; #
fhir:subject [
fhir:l fhir:Patient/ex-patient ;
fhir:reference [ fhir:v "Patient/ex-patient" ]
] ; #
fhir:effective [
a fhir:DateTime ;
fhir:v "2004-09-24T10:32:00Z"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:display [ fhir:v "Clerk 4217" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "71"^^xsd:decimal ] ;
fhir:system [
fhir:v "urn:iso:std:iso:4217"^^xsd:anyURI ;
fhir:l <urn:iso:std:iso:4217> ] ;
fhir:code [ fhir:v "USD" ]
] . #