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

: Primary Carer Of Parent Or Grandparent

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/ValueSet/PrimaryCarerParentGrandparent> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "PrimaryCarerParentGrandparent"] ;
  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 PrimaryCarerParentGrandparent</b></p><a name=\"PrimaryCarerParentGrandparent\"> </a><a name=\"hcPrimaryCarerParentGrandparent\"> </a><div style=\"border: black 1px dotted; background-color: #EEEEEE; padding: 8px; margin-bottom: 8px\"><p>Expansion based on:</p><ul><li><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-NullFlavor.html\">codesystem NullFlavor v4.0.0 (CodeSystem)</a></li><li><a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-RoleCode.html\">codesystem RoleCode v4.0.0 (CodeSystem)</a></li></ul></div><p>This value set contains 4 concepts</p><table class=\"codes\"><tr><td><b>System</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display (en)</b></td><td><b>Definition</b></td></tr><tr><td><a name=\"PrimaryCarerParentGrandparent-http://terminology.hl7.org/CodeSystem/v3-RoleCode-MTH\"> </a><code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code></td><td style=\"white-space:nowrap\">  <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-RoleCode.html#v3-RoleCode-MTH\">MTH</a></td><td>mother</td><td><div><p>The player of the role is a female who conceives, gives birth to, or raises and nurtures the scoping entity (child).</p>\n</div></td></tr><tr><td><a name=\"PrimaryCarerParentGrandparent-http://terminology.hl7.org/CodeSystem/v3-RoleCode-FTH\"> </a><code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code></td><td style=\"white-space:nowrap\">  <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-RoleCode.html#v3-RoleCode-FTH\">FTH</a></td><td>father</td><td><div><p>The player of the role is a male who begets or raises or nurtures the scoping entity (child).</p>\n</div></td></tr><tr><td><a name=\"PrimaryCarerParentGrandparent-http://terminology.hl7.org/CodeSystem/v3-RoleCode-GRPRN\"> </a><code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code></td><td style=\"white-space:nowrap\">  <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-RoleCode.html#v3-RoleCode-GRPRN\">GRPRN</a></td><td>grandparent</td><td><div><p>The player of the role is a parent of the scoping person's mother or father.</p>\n</div></td></tr><tr><td><a name=\"PrimaryCarerParentGrandparent-http://terminology.hl7.org/CodeSystem/v3-NullFlavor-NA\"> </a><code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</code></td><td style=\"white-space:nowrap\">  <a href=\"http://terminology.hl7.org/7.3.0/CodeSystem-v3-NullFlavor.html#v3-NullFlavor-NA\">NA</a></td><td>not applicable</td><td><div><p>Known to have no proper value (e.g., last menstrual period for a male).</p>\n</div></td></tr></table></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://smartforms.csiro.au/ig/ValueSet/PrimaryCarerParentGrandparent"] ;
  fhir:ValueSet.version [ fhir:value "0.4.0"] ;
  fhir:ValueSet.name [ fhir:value "PrimaryCarerParentGrandparent"] ;
  fhir:ValueSet.title [ fhir:value "Primary Carer Of Parent Or Grandparent"] ;
  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 Primary Carer Of Parent Or Grandparent value set includes values that can indicate whether a primary carer is one of the parents or a grandparent."] ;
  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 "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "4.0.0" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "MTH" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "FTH" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "GRPRN" ]
       ]
     ], [
       fhir:index -1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "4.0.0" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "NA" ]
       ]
     ]
  ] ;
  fhir:ValueSet.expansion [
     fhir:ValueSet.expansion.identifier [ fhir:value "urn:uuid:7487141b-378a-42a9-bc33-e8233d1dc442" ] ;
     fhir:ValueSet.expansion.timestamp [ fhir:value "2026-06-03T11:12:00+10:00"^^xsd:dateTime ] ;
     fhir:ValueSet.expansion.total [ fhir:value "4"^^xsd:integer ] ;
     fhir:ValueSet.expansion.offset [ fhir:value "0"^^xsd:integer ] ;
     fhir:ValueSet.expansion.parameter [
       fhir:index -1 ;
       fhir:ValueSet.expansion.parameter.name [ fhir:value "displayLanguage" ] ;
       fhir:ValueSet.expansion.parameter.valueCode [ fhir:value "en" ]
     ], [
       fhir:index -1 ;
       fhir:ValueSet.expansion.parameter.name [ fhir:value "count" ] ;
       fhir:ValueSet.expansion.parameter.valueInteger [ fhir:value "1000"^^xsd:integer ]
     ], [
       fhir:index -1 ;
       fhir:ValueSet.expansion.parameter.name [ fhir:value "offset" ] ;
       fhir:ValueSet.expansion.parameter.valueInteger [ fhir:value "0"^^xsd:integer ]
     ], [
       fhir:index -1 ;
       fhir:ValueSet.expansion.parameter.name [ fhir:value "excludeNested" ] ;
       fhir:ValueSet.expansion.parameter.valueBoolean [ fhir:value "false"^^xsd:boolean ]
     ], [
       fhir:index -1 ;
       fhir:ValueSet.expansion.parameter.name [ fhir:value "used-codesystem" ] ;
       fhir:ValueSet.expansion.parameter.valueUri [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode|4.0.0" ]
     ], [
       fhir:index -1 ;
       fhir:ValueSet.expansion.parameter.name [ fhir:value "used-codesystem" ] ;
       fhir:ValueSet.expansion.parameter.valueUri [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor|4.0.0" ]
     ] ;
     fhir:ValueSet.expansion.contains [
       fhir:index -1 ;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:ValueSet.expansion.contains.code [ fhir:value "MTH" ] ;
       fhir:ValueSet.expansion.contains.display [ fhir:value "mother" ]
     ], [
       fhir:index -1 ;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:ValueSet.expansion.contains.code [ fhir:value "FTH" ] ;
       fhir:ValueSet.expansion.contains.display [ fhir:value "father" ]
     ], [
       fhir:index -1 ;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-RoleCode" ] ;
       fhir:ValueSet.expansion.contains.code [ fhir:value "GRPRN" ] ;
       fhir:ValueSet.expansion.contains.display [ fhir:value "grandparent" ]
     ], [
       fhir:index -1 ;
       fhir:ValueSet.expansion.contains.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" ] ;
       fhir:ValueSet.expansion.contains.code [ fhir:value "NA" ] ;
       fhir:ValueSet.expansion.contains.display [ fhir:value "not applicable" ]
     ]
  ] .

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

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