@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 -------------------------------------------------------------------

<https://smartforms.csiro.au/ig/ValueSet/SHCPatchMedicationStatementElementName> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "SHCPatchMedicationStatementElementName"] ;
  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: ValueSet SHCPatchMedicationStatementElementName</b></p><a name=\"SHCPatchMedicationStatementElementName\"> </a><a name=\"hcSHCPatchMedicationStatementElementName\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-SHCPatchElementNameCodes.html\"><code>https://smartforms.csiro.au/ig/CodeSystem/SHCPatchElementNameCodes</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.4.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-SHCPatchElementNameCodes.html#SHCPatchElementNameCodes-status\">status</a></td><td style=\"color: #cccccc\">status</td></tr><tr><td><a href=\"CodeSystem-SHCPatchElementNameCodes.html#SHCPatchElementNameCodes-text\">text</a></td><td style=\"color: #cccccc\">text</td></tr><tr><td><a href=\"CodeSystem-SHCPatchElementNameCodes.html#SHCPatchElementNameCodes-dosage\">dosage</a></td><td style=\"color: #cccccc\">dosage</td></tr><tr><td><a href=\"CodeSystem-SHCPatchElementNameCodes.html#SHCPatchElementNameCodes-note\">note</a></td><td style=\"color: #cccccc\">note</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://smartforms.csiro.au/ig/ValueSet/SHCPatchMedicationStatementElementName"] ;
  fhir:ValueSet.version [ fhir:value "0.4.0"] ;
  fhir:ValueSet.name [ fhir:value "SHCPatchMedicationStatementElementName"] ;
  fhir:ValueSet.title [ fhir:value "Smart Health Checks Patch MedicationStatement Element Name"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-21T04:12:56+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "AEHRC CSIRO"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "The Smart Health Checks Patch MedicationStatement Element Name value set includes values that can be used to identify the element names in the MedicationStatement resource that are the target of a patch operation for Smart Health Checks."] ;
  fhir:ValueSet.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:ValueSet.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:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index -1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://smartforms.csiro.au/ig/CodeSystem/SHCPatchElementNameCodes" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "status" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "text" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "dosage" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "note" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://smartforms.csiro.au/ig/ValueSet/SHCPatchMedicationStatementElementName.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

