Smart Health Checks
0.4.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.4.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 Element Name Codes

Draft as of 2026-08-21

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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/SHCPatchElementNameCodes> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SHCPatchElementNameCodes"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  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: CodeSystem SHCPatchElementNameCodes</b></p><a name=\"SHCPatchElementNameCodes\"> </a><a name=\"hcSHCPatchElementNameCodes\"> </a><p>This case-sensitive code system <code>https://smartforms.csiro.au/ig/CodeSystem/SHCPatchElementNameCodes</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\">clinicalStatus<a name=\"SHCPatchElementNameCodes-clinicalStatus\"> </a></td></tr><tr><td style=\"white-space:nowrap\">text<a name=\"SHCPatchElementNameCodes-text\"> </a></td></tr><tr><td style=\"white-space:nowrap\">note<a name=\"SHCPatchElementNameCodes-note\"> </a></td></tr><tr><td style=\"white-space:nowrap\">abatement<a name=\"SHCPatchElementNameCodes-abatement\"> </a></td></tr><tr><td style=\"white-space:nowrap\">status<a name=\"SHCPatchElementNameCodes-status\"> </a></td></tr><tr><td style=\"white-space:nowrap\">dosage<a name=\"SHCPatchElementNameCodes-dosage\"> </a></td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://smartforms.csiro.au/ig/CodeSystem/SHCPatchElementNameCodes"] ;
  fhir:CodeSystem.version [ fhir:value "0.4.0"] ;
  fhir:CodeSystem.name [ fhir:value "SHCPatchElementNameCodes"] ;
  fhir:CodeSystem.title [ fhir:value "Smart Health Checks Patch Element Name Codes"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-21T04:12:56+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "AEHRC CSIRO"] ;
  fhir:CodeSystem.contact [
     fhir:index -1 ;
     fhir:ContactDetail.name [ fhir:value "AEHRC CSIRO" ] ;
     fhir:ContactDetail.telecom [
       fhir:index -1 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://confluence.csiro.au/display/PCDQFPhase2/Primary+Care+Data+Quality+Foundations+-+Phase+2" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "The Smart Health Checks Patch Element Name Codes code system defines concepts that identify element names that are the target of a patch operation for Smart Health Checks."] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "AU" ] ;
       fhir:Coding.display [ fhir:value "Australia" ]
     ]
  ] ;
  fhir:CodeSystem.copyright [ fhir:value "Copyright © 2022+ Australian Government Department of Health, Disability and Ageing - 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:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "6"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "clinicalStatus" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "clinicalStatus" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "text" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "text" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "note" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "note" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "abatement" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "abatement" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "status" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "status" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "dosage" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "dosage" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/SHCPatchElementNameCodes.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/SHCPatchElementNameCodes.ttl> .