Implementation Guide for ARF/RHD Register - AU
0.2.0 - ci-build Australia flag

Implementation Guide for ARF/RHD Register - AU - Local Development build (v0.2.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Rheumatic fever care plan for patient Mike Pond - 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:id [ fhir:v "MikePondCarePlan"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://fhir-arf-register.nardhc.org/StructureDefinition/ARFCarePlan"^^xsd:anyURI ;
fhir:link <http://fhir-arf-register.nardhc.org/StructureDefinition/ARFCarePlan>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CarePlan MikePondCarePlan</b></p><a name=\"MikePondCarePlan\"> </a><a name=\"hcMikePondCarePlan\"> </a><a name=\"MikePondCarePlan-en-AU\"> </a><p><b>identifier</b>: Local Registry ID/987654321</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>title</b>: Rheumatic fever care plan for patient Mike Pond</p><p><b>subject</b>: <a href=\"Patient-MikePondPatient.html\">Mike Pond  Male, DoB: 1960-01-25 ( National unique individual identifier (use: official, ))</a></p><p><b>period</b>: 2023-10-01 --&gt; 2024-10-01</p><p><b>created</b>: 2023-10-01</p><p><b>author</b>: <a href=\"PractitionerRole-DoctorPayneRole1.html\">PractitionerRole: identifier = Medicare Provider Number (use: official, ); telecom = ph: +61 7 87654321</a></p><h3>Activities</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"MedicationRequest-BicillinMedicationRequest.html\">MedicationRequest: identifier = Local Prescription Number; status = active; intent = plan; medication[x] = Bicillin L-A 1.2 million units (1016.6 mg)/2.3 mL injection, 2.3 mL syringe; authoredOn = 2023-10-01; reasonCode = </a></td></tr></table></div>"
  ] ; # 
  fhir:identifier ( [
fhir:type [
      ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "LR" ]       ] )     ] ;
fhir:system [ fhir:v "http://arfregister.example.au/id/registerid/localsystem"^^xsd:anyURI ] ;
fhir:value [ fhir:v "987654321" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "plan"] ; # 
  fhir:title [ fhir:v "Rheumatic fever care plan for patient Mike Pond"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/MikePondPatient" ]
  ] ; # 
  fhir:period [
fhir:start [ fhir:v "2023-10-01"^^xsd:date ] ;
fhir:end [ fhir:v "2024-10-01"^^xsd:date ]
  ] ; # 
  fhir:created [ fhir:v "2023-10-01"^^xsd:date] ; # 
  fhir:author [
fhir:reference [ fhir:v "PractitionerRole/DoctorPayneRole1" ]
  ] ; # 
  fhir:activity ( [
fhir:reference [
fhir:reference [ fhir:v "MedicationRequest/BicillinMedicationRequest" ]     ]
  ] ) . #