HIV Case-reporting for Vietnam - candidate draft
0.1.0-test - CI Build

HIV Case-reporting for Vietnam - candidate draft - Local Development build (v0.1.0-test). See the Directory of published versions

: Example CarePlan - a-treatment-record - 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:CarePlan;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "a-treatment-record"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://openhie.org/fhir/openhie.vn.case-reporting.hiv/StructureDefinition/hiv-treatment-process";
       fhir:index 0;
       fhir:link <http://openhie.org/fhir/openhie.vn.case-reporting.hiv/StructureDefinition/hiv-treatment-process>     ]
  ];
  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><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"a-treatment-record\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hiv-treatment-process.html\">HIV Treatment</a></p></div><p><b>status</b>: draft</p><p><b>intent</b>: order</p><p><b>category</b>: Register <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-treatment-patient-category.html\">Category of the patient</a>#register)</span>, Treatment given <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cs-treatment-status.html\">Status of treatment process</a>#treatment)</span></p><p><b>subject</b>: <a href=\"Patient-test-hiv-patient.html\">Patient/test-hiv-patient</a> \"\"</p><p><b>period</b>: 2013-04-05 03:30:10+0700 --&gt; 2019-04-05 03:30:10+0700</p></div>"
  ];
  fhir:CarePlan.status [ fhir:value "draft"];
  fhir:CarePlan.intent [ fhir:value "order"];
  fhir:CarePlan.category [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://openhie.org/fhir/openhie.vn.case-reporting.hiv/CodeSystem/cs-treatment-patient-category" ];
       fhir:Coding.code [ fhir:value "register" ]     ]
  ], [
     fhir:index 1;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://openhie.org/fhir/openhie.vn.case-reporting.hiv/CodeSystem/cs-treatment-status" ];
       fhir:Coding.code [ fhir:value "treatment" ]     ]
  ];
  fhir:CarePlan.subject [
     fhir:Reference.reference [ fhir:value "Patient/test-hiv-patient" ]
  ];
  fhir:CarePlan.period [
     fhir:Period.start [ fhir:value "2013-04-05T15:30:10+07:00"^^xsd:dateTime ];
     fhir:Period.end [ fhir:value "2019-04-05T15:30:10+07:00"^^xsd:dateTime ]
  ].

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

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