0.1.0 - ci-build

RarecareFHIRIG - Local Development build (v0.1.0). See the Directory of published versions

: Neutropenia PlanDefinition - 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 -------------------------------------------------------------------

 a fhir:PlanDefinition;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "plan-neutropenia"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://rarecare.world/fhir/StructureDefinition/disease-plan";
       fhir:index 0;
       fhir:link <http://rarecare.world/fhir/StructureDefinition/disease-plan>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>url</b>: <code>https://rarecare.world/fhir/PlanDefinition/neutropenia</code></p><p><b>version</b>: 0.1.0</p><p><b>title</b>: Neutropenia Management</p><p><b>type</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/plan-definition-type clinical-protocol}\">Clinical Protocol</span></p><p><b>status</b>: draft</p><p><b>subject</b>: <span title=\"Codes: {http://hl7.org/fhir/resource-types Patient}\">Patient</span></p><p><b>date</b>: 2021-01-14</p><p><b>publisher</b>: Stichting Rare Care World</p><p><b>description</b>: Neutropenia management plan.</p><p><b>topic</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/definition-topic treatment}\">Treatment</span></p><h3>RelatedArtifacts</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><h3>Goals</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td><td><b>Addresses</b></td></tr><tr><td>*</td><td><span title=\"Codes: \">Neutropenia management</span></td><td><span title=\"Codes: {http://hl7.org/fhir/sid/icd-10 D70.9}\">Neutropenia, unspecified</span></td></tr></table><h3>Actions</h3><table class=\"grid\"><tr><td>-</td><td><b>Title</b></td><td><b>Definition[x]</b></td></tr><tr><td>*</td><td>Neutrophils in blood</td><td><a href=\"https://rarecare.world/fhir/LabActivityDefinition/751-8\">https://rarecare.world/fhir/LabActivityDefinition/751-8</a></td></tr></table></div>"
  ];
  fhir:PlanDefinition.url [ fhir:value "https://rarecare.world/fhir/PlanDefinition/neutropenia"];
  fhir:PlanDefinition.version [ fhir:value "0.1.0"];
  fhir:PlanDefinition.title [ fhir:value "Neutropenia Management"];
  fhir:PlanDefinition.type [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/plan-definition-type" ];
       fhir:Coding.code [ fhir:value "clinical-protocol" ]     ]
  ];
  fhir:PlanDefinition.status [ fhir:value "draft"];
  fhir:PlanDefinition.subjectCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/resource-types" ];
       fhir:Coding.code [ fhir:value "Patient" ]     ]
  ];
  fhir:PlanDefinition.date [ fhir:value "2021-01-14"^^xsd:date];
  fhir:PlanDefinition.publisher [ fhir:value "Stichting Rare Care World"];
  fhir:PlanDefinition.description [ fhir:value "Neutropenia management plan."];
  fhir:PlanDefinition.topic [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/definition-topic" ];
       fhir:Coding.code [ fhir:value "treatment" ]     ]
  ];
  fhir:PlanDefinition.relatedArtifact [
     fhir:index 0;
     fhir:RelatedArtifact.type [ fhir:value "documentation" ];
     fhir:RelatedArtifact.url [ fhir:value "https://rarecare.world/disease/neutropenia" ]
  ];
  fhir:PlanDefinition.goal [
     fhir:index 0;
     fhir:PlanDefinition.goal.description [
       fhir:CodeableConcept.text [ fhir:value "Neutropenia management" ]     ];
     fhir:PlanDefinition.goal.addresses [
       fhir:index 0;
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-10" ];
         fhir:Coding.code [ fhir:value "D70.9" ];
         fhir:Coding.display [ fhir:value "Neutropenia, unspecified" ]       ]     ]
  ];
  fhir:PlanDefinition.action [
     fhir:index 0;
     fhir:PlanDefinition.action.title [ fhir:value "Neutrophils in blood" ];
     fhir:PlanDefinition.action.definitionCanonical [
       fhir:value "https://rarecare.world/fhir/LabActivityDefinition/751-8";
       fhir:link <https://rarecare.world/fhir/LabActivityDefinition/751-8>     ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.