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

: Sociotherapy support goal - 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/Goal/ExampleSociotherapyGoal> a fhir:Goal ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleSociotherapyGoal"] ;
  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: Goal ExampleSociotherapyGoal</b></p><a name=\"ExampleSociotherapyGoal\"> </a><a name=\"hcExampleSociotherapyGoal\"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title=\"Codes:\">Improve adherence to coordinated outpatient treatment</span></p><p><b>subject</b>: <a href=\"Patient-ExampleRehabPatient.html\">Alex Becker (official) Unknown, DoB: 1978-04-17</a></p></div>"
  ] ;
  fhir:Goal.lifecycleStatus [ fhir:value "active"] ;
  fhir:Goal.description [
     fhir:CodeableConcept.text [ fhir:value "Improve adherence to coordinated outpatient treatment" ]
  ] ;
  fhir:Goal.subject [
     fhir:link <http://hl7.org/fhir/Patient/ExampleRehabPatient> ;
     fhir:Reference.reference [ fhir:value "Patient/ExampleRehabPatient" ]
  ] .

<http://hl7.org/fhir/Patient/ExampleRehabPatient> a fhir:Patient .

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

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