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
: GSPaymentExample - 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:Basic ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "3acdb929-24c0-47ba-bae6-3df5b2479701"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://fhir.geniesolutions.io/StructureDefinition/basic-payment"^^xsd:anyURI ;
fhir:link <http://fhir.geniesolutions.io/StructureDefinition/basic-payment> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "additional" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">Gross Payment: $49.95 Payment Method: Cash Payment Date: 9 June 2022 Invoice Number: 794 Line Item: 1144</div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://fhir.geniesolutions.io/StructureDefinition/payment-gross-amount"^^xsd:anyURI ] ;
fhir:value [
a fhir:Money ;
fhir:value [ fhir:v "49.95"^^xsd:decimal ] ;
fhir:currency [ fhir:v "AUD" ] ]
] [
fhir:url [ fhir:v "http://fhir.geniesolutions.io/StructureDefinition/payment-method-ext"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://fhir.geniesolutions.io/CodeSystem/payment-method-codes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "cash" ] ;
fhir:display [ fhir:v "Cash" ] ]
] [
fhir:url [ fhir:v "http://fhir.geniesolutions.io/StructureDefinition/payment-date"^^xsd:anyURI ] ;
fhir:value [
a fhir:dateTime ;
fhir:v "2022-06-09"^^xsd:date ]
] [
fhir:url [ fhir:v "http://fhir.geniesolutions.io/StructureDefinition/payment-invoice"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Invoice/19596b00-ee0a-54de-98e8-ccf6ed86a93e" ] ;
fhir:display [ fhir:v "794" ] ]
] [
fhir:url [ fhir:v "http://fhir.geniesolutions.io/StructureDefinition/payment-invoice-lineitem"^^xsd:anyURI ] ;
fhir:value [
a fhir:positiveInt ;
fhir:v "1144"^^xsd:positiveInteger ]
] ) ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://fhir.geniesolutions.io/CodeSystem/basic-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Payment" ] ] )
] . #