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/ExampleIntensiveCareGoal> a fhir:Goal ; fhir:nodeRole fhir:treeRoot ; fhir:Resource.id [ fhir:value "ExampleIntensiveCareGoal"] ; 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 ExampleIntensiveCareGoal</b></p><a name=\"ExampleIntensiveCareGoal\"> </a><a name=\"hcExampleIntensiveCareGoal\"> </a><p><b>lifecycleStatus</b>: Active</p><p><b>description</b>: <span title=\"Codes:\">Maintain safe care in the home environment</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 "Maintain safe care in the home environment" ] ] ; 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/ExampleIntensiveCareGoal.ttl> a owl:Ontology ; owl:imports fhir:fhir.ttl ; owl:versionIRI <http://build.fhir.org/Goal/ExampleIntensiveCareGoal.ttl> .