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
: Genie ChargeItem 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:ChargeItem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "3dc414fd-9758-4d0f-8de9-d5d16e9c1cef"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.geniesolutions.io/StructureDefinition/genie-chargeitem"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/StructureDefinition/genie-chargeitem> ] )
] ; #
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: ChargeItem 3dc414fd-9758-4d0f-8de9-d5d16e9c1cef</b></p><a name=\"3dc414fd-9758-4d0f-8de9-d5d16e9c1cef\"> </a><a name=\"hc3dc414fd-9758-4d0f-8de9-d5d16e9c1cef\"> </a><a name=\"3dc414fd-9758-4d0f-8de9-d5d16e9c1cef-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-genie-chargeitem.html\">Genie ChargeItem Base</a></p></div><p><b>status</b>: Billed</p><p><b>code</b>: <span title=\"Codes:{urn:oid:1.2.36.1.2001.1005.21 106}\">Ophthalmology specialist consultation</span></p><p><b>subject</b>: <a href=\"Patient-1078d551-7be2-49f7-a122-c230b8757f2f.html\">Smith, Mary</a></p><p><b>occurrence</b>: 2021-09-29</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Dr A Demo (Identifier: Local system user name/Dr A Demo)</td></tr></table><p><b>quantity</b>: 1</p></div>"^^rdf:XMLLiteral
] ; #
fhir:status [ fhir:v "billed"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:1.2.36.1.2001.1005.21"^^xsd:anyURI ] ;
fhir:code [ fhir:v "106" ] ;
fhir:display [ fhir:v "Ophthalmology specialist consultation" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/1078d551-7be2-49f7-a122-c230b8757f2f" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ] ;
fhir:display [ fhir:v "Smith, Mary" ]
] ; #
fhir:occurrence [
a fhir:dateTime ;
fhir:v "2021-09-29"^^xsd:date
] ; #
fhir:performer ( [
fhir:actor [
fhir:type [ fhir:v "Practitioner"^^xsd:anyURI ] ;
fhir:identifier [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "EI" ] ;
fhir:display [ fhir:v "Employee number" ] ] ) ;
fhir:text [ fhir:v "Local system user name" ] ] ;
fhir:system [ fhir:v "http://fhir.geniesolutions.io/user-name/GEN15943-3473CDFA0960754799BFC1DB8660C0DF"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Dr A Demo" ] ;
fhir:assigner [
fhir:display [ fhir:v "Genie Instance GEN15943-3473CDFA0960754799BFC1DB8660C0DF" ] ] ] ;
fhir:display [ fhir:v "Dr A Demo" ] ]
] ) ; #
fhir:quantity [
fhir:value [ fhir:v "1"^^xsd:decimal ]
] . #