New Zealand Rheumatic Fever FHIR Implementation Guide
1.0.0 - draft
New Zealand Rheumatic Fever FHIR Implementation Guide, published by Te Whatu Ora. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/tewhatuora/fhir-rheumatic-fever/ and changes regularly. See the Directory of published versions
@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:meta [
fhir:versionId [ fhir:v "2" ] ;
fhir:lastUpdated [ fhir:v "2024-08-07T08:31:00Z"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/StructureDefinition/nz-rheumaticfever-careplan|1.0.0"^^xsd:anyURI ;
fhir:link <https://fhir-ig.digital.health.nz/rheumatic-fever/StructureDefinition/nz-rheumaticfever-careplan|1.0.0> ] ) ;
( fhir:tag [
fhir:system [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rf-nz" ] ;
fhir:display [ fhir:v "rheumatic fever" ] ] )
] ; #
fhir:extension ( [
fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/StructureDefinition/rf-careplan-lifelongSecondaryProphylaxis"^^xsd:anyURI ] ;
fhir:value [ fhir:v "false"^^xsd:boolean ]
] [
( fhir:extension [
fhir:url [ fhir:v "toStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/request-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "draft" ] ] ] [
fhir:url [ fhir:v "changeDate"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2023-06-19"^^xsd:date ] ] [
fhir:url [ fhir:v "changeReason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "new patient" ] ] ) ;
fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/StructureDefinition/rf-careplan-statusHistory"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "toStatus"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://hl7.org/fhir/request-status"^^xsd:anyURI ] ;
fhir:code [ fhir:v "active" ] ] ] [
fhir:url [ fhir:v "changeDate"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2023-07-01"^^xsd:date ] ] [
fhir:url [ fhir:v "changeReason"^^xsd:anyURI ] ;
fhir:value [ fhir:v "Initial secondary prophylaxis planned" ] ] ) ;
fhir:url [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/StructureDefinition/rf-careplan-statusHistory"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/nhi-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ZKC7284" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rfccs-careplan-id" ] ] ) ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/rf-ccs-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "00073693" ]
] ) ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "plan"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "https://fhir-ig.digital.health.nz/rheumatic-fever/CodeSystem/nz-rheumaticfever-codesystem"^^xsd:anyURI ] ;
fhir:code [ fhir:v "rf-nz" ] ;
fhir:display [ fhir:v "rheumatic fever" ] ] )
] ) ; #
fhir:title [ fhir:v "Care plan with secondary propylaxis underway - two appointments completed"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/SageWestbrook" ] ;
fhir:type [ fhir:v "Patient"^^xsd:anyURI ]
] ; #
fhir:period [
fhir:start [ fhir:v "2023-08-01T00:00:00Z"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2033-07-31T00:00:00Z"^^xsd:dateTime ]
] ; #
fhir:created [ fhir:v "2023-06-12T00:00:00Z"^^xsd:dateTime] ; #
fhir:author [
fhir:type [ fhir:v "Organization"^^xsd:anyURI ] ;
fhir:identifier [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/hpi-organisation-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "G0M086-B" ] ] ;
fhir:display [ fhir:v "Te Tai Tokerau Rheumatic Fever Secondary Prevention Service" ]
] ; #
fhir:careTeam ( [
fhir:reference [ fhir:v "CareTeam/SecondaryProphylaxisCareTeam" ]
] ) ; #
fhir:addresses ( [
fhir:reference [ fhir:v "Condition/SevereRfCondition" ] ;
fhir:type [ fhir:v "Condition"^^xsd:anyURI ]
] ) ; #
fhir:supportingInfo ( [
fhir:reference [ fhir:v "QuestionnaireResponse/PatientMedicationAllergyQuestionnaireResponse" ]
] [
fhir:reference [ fhir:v "QuestionnaireResponse/MedicationsAndFollowUpGuidanceQuestionnaireResponse" ]
] [
fhir:reference [ fhir:v "QuestionnaireResponse/PatientWhanauGoalsPreferencesQuestionnaireResponse" ]
] [
fhir:reference [ fhir:v "QuestionnaireResponse/HealthAssessmentAtSecondaryProphylaxisEncounter" ]
] ) ; #
fhir:activity ( [
fhir:reference [
fhir:reference [ fhir:v "MedicationRequest/PlannedBenzathineMedicationWithLignocaine" ] ]
] [
fhir:reference [
fhir:reference [ fhir:v "Appointment/SecondaryProphylaxisAppointment-August-Fulfilled" ] ]
] [
fhir:reference [
fhir:reference [ fhir:v "Appointment/FollowUp-Dental-August-Fulfilled" ] ]
] [
fhir:reference [
fhir:reference [ fhir:v "Appointment/SecondaryProphylaxisAppointment-September-Booked" ] ]
] ) . #
IG © 2024+ Te Whatu Ora. Package tewhatuora.rheumaticfever#1.0.0 based on FHIR 4.0.1. Generated 2024-09-26
Links: Table of Contents |
QA Report