Smart Health Checks
0.3.0 - ci-build Australia flag

Smart Health Checks, published by AEHRC CSIRO. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/aehrc/smart-forms-ig/ and changes regularly. See the Directory of published versions

: Smart Health Checks Patch Path Codes - TTL Representation

Draft as of 2025-09-17

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "SHCPatchPathCodes"] ; # 
  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: CodeSystem SHCPatchPathCodes</b></p><a name=\"SHCPatchPathCodes\"> </a><a name=\"hcSHCPatchPathCodes\"> </a><p>This case-sensitive code system <code>https://smartforms.csiro.au/ig/CodeSystem/SHCPatchPathCodes</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">AllergyIntolerance.clinicalStatus<a name=\"SHCPatchPathCodes-AllergyIntolerance.46clinicalStatus\"> </a></td></tr><tr><td style=\"white-space:nowrap\">AllergyIntolerance.note[0].text<a name=\"SHCPatchPathCodes-AllergyIntolerance.46note.910.93.46text\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Condition.clinicalStatus<a name=\"SHCPatchPathCodes-Condition.46clinicalStatus\"> </a></td></tr><tr><td style=\"white-space:nowrap\">Condition.abatement<a name=\"SHCPatchPathCodes-Condition.46abatement\"> </a></td></tr><tr><td style=\"white-space:nowrap\">MedicationStatement.status<a name=\"SHCPatchPathCodes-MedicationStatement.46status\"> </a></td></tr><tr><td style=\"white-space:nowrap\">MedicationStatement.note[0].text<a name=\"SHCPatchPathCodes-MedicationStatement.46note.910.93.46text\"> </a></td></tr><tr><td style=\"white-space:nowrap\">MedicationStatement.dosage[0].text<a name=\"SHCPatchPathCodes-MedicationStatement.46dosage.910.93.46text\"> </a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://smartforms.csiro.au/ig/CodeSystem/SHCPatchPathCodes"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.3.0"] ; # 
  fhir:name [ fhir:v "SHCPatchPathCodes"] ; # 
  fhir:title [ fhir:v "Smart Health Checks Patch Path Codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-17T06:20:19+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "AEHRC CSIRO"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "AEHRC CSIRO" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://confluence.csiro.au/display/PCDQFPhase2/Primary+Care+Data+Quality+Foundations+-+Phase+2" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "The Smart Health Checks Patch Path Codes code system defines concepts that identify element paths that are the target of a patch operation."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AU" ] ;
fhir:display [ fhir:v "Australia" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright © 2022+ Australian Government Department of Health and Aged Care - All rights reserved.\nThis content is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.\nSee https://creativecommons.org/licenses/by-sa/4.0/.\n"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "7"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "AllergyIntolerance.clinicalStatus" ] ;
fhir:display [ fhir:v "AllergyIntolerance.clinicalStatus" ]
  ] [
fhir:code [ fhir:v "AllergyIntolerance.note[0].text" ] ;
fhir:display [ fhir:v "AllergyIntolerance.note[0].text" ]
  ] [
fhir:code [ fhir:v "Condition.clinicalStatus" ] ;
fhir:display [ fhir:v "Condition.clinicalStatus" ]
  ] [
fhir:code [ fhir:v "Condition.abatement" ] ;
fhir:display [ fhir:v "Condition.abatement" ]
  ] [
fhir:code [ fhir:v "MedicationStatement.status" ] ;
fhir:display [ fhir:v "MedicationStatement.status" ]
  ] [
fhir:code [ fhir:v "MedicationStatement.note[0].text" ] ;
fhir:display [ fhir:v "MedicationStatement.note[0].text" ]
  ] [
fhir:code [ fhir:v "MedicationStatement.dosage[0].text" ] ;
fhir:display [ fhir:v "MedicationStatement.dosage[0].text" ]
  ] ) . #