GP Chronic Condition Management Plan
0.1.0 - CI Build
GP Chronic Condition Management Plan, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/gpccmp-fhir-ig/ 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/Encounter/gpccmp-foreman-caterina> a fhir:Encounter ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "gpccmp-foreman-caterina"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter" ;
fhir:index 0 ;
fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter>
], [
fhir:value "https://gpccmp.csiro.au/ig/StructureDefinition/GPCCMPEncounter" ;
fhir:index 1 ;
fhir:link <https://gpccmp.csiro.au/ig/StructureDefinition/GPCCMPEncounter>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Encounter gpccmp-foreman-caterina</b></p><a name=\"gpccmp-foreman-caterina\"> </a><a name=\"hcgpccmp-foreman-caterina\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profiles: <a href=\"http://hl7.org.au/fhir/core/2.0.0/StructureDefinition-au-core-encounter.html\">AU Core Encounter</a>, <a href=\"StructureDefinition-GPCCMPEncounter.html\">GP CCMP Encounter</a></p></div><p><b>status</b>: In Progress</p><p><b>class</b>: <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-ActCode.html#v3-ActCode-AMB\">ActCode: AMB</a> (ambulatory)</p><p><b>serviceType</b>: <span title=\"Codes:{http://snomed.info/sct 788007007}\">General practice service</span></p><p><b>subject</b>: <a href=\"Patient-foreman-caterina.html\">Caterina FOREMAN (official) Female, DoB: 1970-07-24 ( IHI: Austalian Healthcare Identifier - Individual#8003608666976386)</a></p><h3>Participants</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Individual</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType PPRF}\">primary performer</span></td><td><a href=\"PractitionerRole-gp-primary-peter.html\">PractitionerRole 62247001</a></td></tr></table><p><b>period</b>: 2026-04-02 09:20:00+1000 --> (ongoing)</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 399684003}\">Development of care plan</span></p><h3>Locations</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Location</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Location-quinninup-medical-clinic.html\">Location Quinninup Medical Clinic</a></td></tr></table></div>"
] ;
fhir:Encounter.status [ fhir:value "in-progress"] ;
fhir:Encounter.class [
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "AMB" ] ;
fhir:Coding.display [ fhir:value "ambulatory" ]
] ;
fhir:Encounter.serviceType [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:788007007 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "788007007" ] ;
fhir:Coding.display [ fhir:value "General practice service" ]
]
] ;
fhir:Encounter.subject [
fhir:link <http://hl7.org/fhir/Patient/foreman-caterina> ;
fhir:Reference.reference [ fhir:value "Patient/foreman-caterina" ] ;
fhir:Reference.identifier [
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "MC" ] ;
fhir:Coding.display [ fhir:value "Patient's Medicare Number" ]
] ;
fhir:CodeableConcept.text [ fhir:value "Medicare Number" ]
] ;
fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/medicare-number" ] ;
fhir:Identifier.value [ fhir:value "39513337011" ]
]
] ;
fhir:Encounter.participant [
fhir:index 0 ;
fhir:Encounter.participant.type [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ParticipationType" ] ;
fhir:Coding.code [ fhir:value "PPRF" ] ;
fhir:Coding.display [ fhir:value "primary performer" ]
]
] ;
fhir:Encounter.participant.individual [
fhir:link <http://hl7.org/fhir/PractitionerRole/gp-primary-peter> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/gp-primary-peter" ]
]
] ;
fhir:Encounter.period [
fhir:Period.start [ fhir:value "2026-04-02T09:20:00+10:00"^^xsd:dateTime ]
] ;
fhir:Encounter.reasonCode [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:399684003 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "399684003" ] ;
fhir:Coding.display [ fhir:value "Development of care plan" ]
]
] ;
fhir:Encounter.location [
fhir:index 0 ;
fhir:Encounter.location.location [
fhir:link <http://hl7.org/fhir/Location/quinninup-medical-clinic> ;
fhir:Reference.reference [ fhir:value "Location/quinninup-medical-clinic" ]
]
] .
<http://hl7.org/fhir/Patient/foreman-caterina> a fhir:Patient .
<http://hl7.org/fhir/PractitionerRole/gp-primary-peter> a fhir:PractitionerRole .
<http://hl7.org/fhir/Location/quinninup-medical-clinic> a fhir:Location .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Encounter/gpccmp-foreman-caterina.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Encounter/gpccmp-foreman-caterina.ttl> .
IG © 2025+ AEHRC CSIRO. Package csiro.fhir.au.gpccmp#0.1.0 based on FHIR 4.0.1. Generated 2026-08-18
Links: Table of Contents |
QA Report