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

: Completed therapeutic-remedy handover Task - 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/Task/ExampleTherapeuticRemedyCompletedTask> a fhir:Task ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleTherapeuticRemedyCompletedTask"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://fhir.cognovis.de/praxis/StructureDefinition/therapeutic-remedy-handover-task-de" ;
       fhir:index 0 ;
       fhir:link <https://fhir.cognovis.de/praxis/StructureDefinition/therapeutic-remedy-handover-task-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: Task ExampleTherapeuticRemedyCompletedTask</b></p><a name=\"ExampleTherapeuticRemedyCompletedTask\"> </a><a name=\"hcExampleTherapeuticRemedyCompletedTask\"> </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-handover-task-de.html\">Therapeutic Remedy Handover Task DE</a></p></div><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>focus</b>: <a href=\"RequestGroup-ExampleTherapeuticRemedyPrescriptionCompleted.html\">RequestGroup: identifier = https://example-producer.invalid/fhir/NamingSystem/therapeutic-remedy-prescription#prescription-2026-completed; status = active; intent = proposal; authoredOn = 2026-08-16</a></p></div>"
  ] ;
  fhir:Task.status [ fhir:value "completed"] ;
  fhir:Task.intent [ fhir:value "order"] ;
  fhir:Task.focus [
     fhir:link <http://hl7.org/fhir/RequestGroup/ExampleTherapeuticRemedyPrescriptionCompleted> ;
     fhir:Reference.reference [ fhir:value "RequestGroup/ExampleTherapeuticRemedyPrescriptionCompleted" ]
  ] .

<http://hl7.org/fhir/RequestGroup/ExampleTherapeuticRemedyPrescriptionCompleted> a fhir:RequestGroup .

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

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