German Practice Management FHIR Profiles (R4)
Version 0.101.6 - release

: First independently quantified therapeutic-remedy line - 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/ServiceRequest/ExampleTherapeuticRemedyLineOne> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleTherapeuticRemedyLineOne"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/praxis-therapeutic-remedy-de" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/praxis-therapeutic-remedy-de>
     ]
  ] ;
  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: ServiceRequest ExampleTherapeuticRemedyLineOne</b></p><a name=\"ExampleTherapeuticRemedyLineOne\"> </a><a name=\"hcExampleTherapeuticRemedyLineOne\"> </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-praxis-therapeutic-remedy-de.html\">Praxis Therapeutic Remedy DE</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{https://example-producer.invalid/fhir/CodeSystem/therapeutic-remedy example-remedy-101}\">example-remedy-101</span></p><p><b>quantity</b>: 6 treatment sessions</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>occurrence</b>: Once per 1 week</p><p><b>authoredOn</b>: 2026-08-15</p><p><b>requester</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p></div>"
  ] ;
  fhir:ServiceRequest.status [ fhir:value "active"] ;
  fhir:ServiceRequest.intent [ fhir:value "order"] ;
  fhir:ServiceRequest.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://example-producer.invalid/fhir/CodeSystem/therapeutic-remedy" ] ;
       fhir:Coding.code [ fhir:value "example-remedy-101" ]
     ]
  ] ;
  fhir:ServiceRequest.quantityQuantity [
     fhir:Quantity.value [ fhir:value "6"^^xsd:decimal ] ;
     fhir:Quantity.unit [ fhir:value "treatment sessions" ]
  ] ;
  fhir:ServiceRequest.subject [
     fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
  ] ;
  fhir:ServiceRequest.occurrenceTiming [
     fhir:Timing.repeat [
       fhir:Timing.repeat.frequency [ fhir:value "1"^^xsd:positiveInteger ] ;
       fhir:Timing.repeat.period [ fhir:value "1"^^xsd:decimal ] ;
       fhir:Timing.repeat.periodUnit [ fhir:value "wk" ]
     ]
  ] ;
  fhir:ServiceRequest.authoredOn [ fhir:value "2026-08-15"^^xsd:date] ;
  fhir:ServiceRequest.requester [
     fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner" ]
  ] .

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

<http://hl7.org/fhir/Practitioner/example-practitioner> a fhir:Practitioner .

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

<http://hl7.org/fhir/ServiceRequest/ExampleTherapeuticRemedyLineOne.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ServiceRequest/ExampleTherapeuticRemedyLineOne.ttl> .