German Practice Management FHIR Profiles (R4)
0.90.0 - STU1 Germany

German Practice Management FHIR Profiles (R4) - Local Development build (v0.90.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: PRE-APPROVAL ChargeItem (1:n services, one CID) - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ChargeItem/example-proposal-chargeitem-primary> a fhir:ChargeItem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "example-proposal-chargeitem-primary"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ChargeItem example-proposal-chargeitem-primary</b></p><a name=\"example-proposal-chargeitem-primary\"> </a><a name=\"hcexample-proposal-chargeitem-primary\"> </a><p><b>definitionCanonical</b>: <a href=\"ChargeItemDefinition-goae-252-pkv.html\">Injektion — GOÄ 252 (PKV)</a></p><p><b>status</b>: Planned</p><p><b>code</b>: <span title=\"Codes:{http://fhir.de/CodeSystem/bäk/goä 252}\">Injektion, s.c./s.m./i.c./i.m.</span></p><p><b>subject</b>: <a href=\"Patient-example-patient-upper-arm.html\">Anna Keller  Female, DoB: 1978-06-12</a></p><p><b>context</b>: <a href=\"Encounter-example-encounter-upper-arm.html\">Encounter: status = in-progress; class = ambulatory (ActCode#AMB)</a></p><p><b>quantity</b>: 1</p><h3>PriceOverrides</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Value</b></td><td><b>Currency</b></td></tr><tr><td style=\"display: none\">*</td><td>12.5</td><td>Euro</td></tr></table><p><b>service</b>: </p><ul><li><a href=\"Procedure-example-proposal-procedure-upper-arm.html\">Procedure Injection</a></li><li><a href=\"Observation-example-proposal-observation-upper-arm-doc.html\">Observation Clinical report</a></li></ul><p><b>supportingInformation</b>: <a href=\"Condition-existing-upper-arm-diagnosis.html\">Condition Schmerz in einer Extremitaet: Oberarm</a></p></div>"
  ] ;
  fhir:ChargeItem.definitionCanonical [
     fhir:value "https://fhir.cognovis.de/praxis/ChargeItemDefinition/goae-252-pkv" ;
     fhir:index 0 ;
     fhir:link <https://fhir.cognovis.de/praxis/ChargeItemDefinition/goae-252-pkv>
  ] ;
  fhir:ChargeItem.status [ fhir:value "planned"] ;
  fhir:ChargeItem.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://fhir.de/CodeSystem/bäk/goä" ] ;
       fhir:Coding.code [ fhir:value "252" ] ;
       fhir:Coding.display [ fhir:value "Injektion, s.c./s.m./i.c./i.m." ]
     ]
  ] ;
  fhir:ChargeItem.subject [
     fhir:link <http://hl7.org/fhir/Patient/example-patient-upper-arm> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient-upper-arm" ]
  ] ;
  fhir:ChargeItem.context [
     fhir:link <http://hl7.org/fhir/Encounter/example-encounter-upper-arm> ;
     fhir:Reference.reference [ fhir:value "Encounter/example-encounter-upper-arm" ]
  ] ;
  fhir:ChargeItem.quantity [
     fhir:Quantity.value [ fhir:value "1"^^xsd:decimal ]
  ] ;
  fhir:ChargeItem.priceOverride [
     fhir:Money.value [ fhir:value "12.5"^^xsd:decimal ] ;
     fhir:Money.currency [ fhir:value "EUR" ]
  ] ;
  fhir:ChargeItem.service [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Procedure/example-proposal-procedure-upper-arm> ;
     fhir:Reference.reference [ fhir:value "Procedure/example-proposal-procedure-upper-arm" ]
  ], [
     fhir:index 1 ;
     fhir:link <http://hl7.org/fhir/Observation/example-proposal-observation-upper-arm-doc> ;
     fhir:Reference.reference [ fhir:value "Observation/example-proposal-observation-upper-arm-doc" ]
  ] ;
  fhir:ChargeItem.supportingInformation [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/Condition/existing-upper-arm-diagnosis> ;
     fhir:Reference.reference [ fhir:value "Condition/existing-upper-arm-diagnosis" ]
  ] .

<http://hl7.org/fhir/Patient/example-patient-upper-arm> a fhir:Patient .

<http://hl7.org/fhir/Encounter/example-encounter-upper-arm> a fhir:Encounter .

<http://hl7.org/fhir/Procedure/example-proposal-procedure-upper-arm> a fhir:Procedure .

<http://hl7.org/fhir/Observation/example-proposal-observation-upper-arm-doc> a fhir:Observation .

<http://hl7.org/fhir/Condition/existing-upper-arm-diagnosis> a fhir:Condition .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ChargeItem/example-proposal-chargeitem-primary.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ChargeItem/example-proposal-chargeitem-primary.ttl> .