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

: Therapeutic-remedy prescription aggregate - 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/RequestGroup/ExampleTherapeuticRemedyPrescription> a fhir:RequestGroup ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleTherapeuticRemedyPrescription"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/therapeutic-remedy-prescription-de" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/therapeutic-remedy-prescription-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: RequestGroup ExampleTherapeuticRemedyPrescription</b></p><a name=\"ExampleTherapeuticRemedyPrescription\"> </a><a name=\"hcExampleTherapeuticRemedyPrescription\"> </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-therapeutic-remedy-prescription-de.html\">Therapeutic Remedy Prescription DE</a></p></div><p><b>identifier</b>: <code>https://example-producer.invalid/fhir/NamingSystem/therapeutic-remedy-prescription</code>/prescription-2026-0001</p><p><b>basedOn</b>: <a href=\"CarePlan-ExampleTherapeuticRemedyCase.html\">CarePlan Therapeutic-remedy longitudinal case</a></p><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Thomas Weber (official) Male, DoB: 1975-06-15</a></p><p><b>authoredOn</b>: 2026-08-15</p><p><b>author</b>: <a href=\"Practitioner-example-practitioner.html\">Practitioner Markus Schoell (official)</a></p><blockquote><p><b>action</b></p><p><b>resource</b>: <a href=\"ServiceRequest-ExampleTherapeuticRemedyLineOne.html\">ServiceRequest example-remedy-101</a></p></blockquote><blockquote><p><b>action</b></p><p><b>resource</b>: <a href=\"ServiceRequest-ExampleTherapeuticRemedyLineTwo.html\">ServiceRequest example-remedy-202</a></p></blockquote></div>"
  ] ;
  fhir:RequestGroup.identifier [
     fhir:index 0 ;
     fhir:Identifier.system [ fhir:value "https://example-producer.invalid/fhir/NamingSystem/therapeutic-remedy-prescription" ] ;
     fhir:Identifier.value [ fhir:value "prescription-2026-0001" ]
  ] ;
  fhir:RequestGroup.basedOn [
     fhir:index 0 ;
     fhir:link <http://hl7.org/fhir/CarePlan/ExampleTherapeuticRemedyCase> ;
     fhir:Reference.reference [ fhir:value "CarePlan/ExampleTherapeuticRemedyCase" ]
  ] ;
  fhir:RequestGroup.status [ fhir:value "active"] ;
  fhir:RequestGroup.intent [ fhir:value "proposal"] ;
  fhir:RequestGroup.subject [
     fhir:link <http://hl7.org/fhir/Patient/example-patient> ;
     fhir:Reference.reference [ fhir:value "Patient/example-patient" ]
  ] ;
  fhir:RequestGroup.authoredOn [ fhir:value "2026-08-15"^^xsd:date] ;
  fhir:RequestGroup.author [
     fhir:link <http://hl7.org/fhir/Practitioner/example-practitioner> ;
     fhir:Reference.reference [ fhir:value "Practitioner/example-practitioner" ]
  ] ;
  fhir:RequestGroup.action [
     fhir:index 0 ;
     fhir:RequestGroup.action.resource [
       fhir:link <http://hl7.org/fhir/ServiceRequest/ExampleTherapeuticRemedyLineOne> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/ExampleTherapeuticRemedyLineOne" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:RequestGroup.action.resource [
       fhir:link <http://hl7.org/fhir/ServiceRequest/ExampleTherapeuticRemedyLineTwo> ;
       fhir:Reference.reference [ fhir:value "ServiceRequest/ExampleTherapeuticRemedyLineTwo" ]
     ]
  ] .

<http://hl7.org/fhir/CarePlan/ExampleTherapeuticRemedyCase> a fhir:CarePlan .

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

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

<http://hl7.org/fhir/ServiceRequest/ExampleTherapeuticRemedyLineOne> a fhir:ServiceRequest .

<http://hl7.org/fhir/ServiceRequest/ExampleTherapeuticRemedyLineTwo> a fhir:ServiceRequest .

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

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