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

: Assisted-reproduction follow-up 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/ExampleAssistedReproductionFollowUpGoal> a fhir:Goal ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "ExampleAssistedReproductionFollowUpGoal"] ;
  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 ExampleAssistedReproductionFollowUpGoal</b></p><a name=\"ExampleAssistedReproductionFollowUpGoal\"> </a><a name=\"hcExampleAssistedReproductionFollowUpGoal\"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title=\"Codes:\">Complete the revised treatment cycle</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 "Complete the revised treatment cycle" ]
  ] ;
  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/ExampleAssistedReproductionFollowUpGoal.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Goal/ExampleAssistedReproductionFollowUpGoal.ttl> .