@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CarePlan; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "obesity-narrative"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "additional" ]; fhir:Narrative.div "\n Care plan to address obesity. Goal is a target weight of 160 to 180 lbs. Activities include diet and exercise.\n " ]; fhir:CarePlan.status [ fhir:value "active"]; fhir:CarePlan.intent [ fhir:value "plan"]; fhir:CarePlan.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ]; fhir:Reference.display [ fhir:value "Peter James Chalmers" ] ] . a fhir:Patient . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------
Care plan to address obesity. Goal is a target weight of 160 to 180 lbs. Activities include diet and exercise.