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

: Encounter - Health Check

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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

<http://hl7.org/fhir/Encounter/health-check-pat-sf> a fhir:Encounter ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "health-check-pat-sf"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter" ;
       fhir:index -1 ;
       fhir:link <http://hl7.org.au/fhir/core/StructureDefinition/au-core-encounter>
     ], [
       fhir:value "https://smartforms.csiro.au/ig/StructureDefinition/SHCEncounter" ;
       fhir:index -1 ;
       fhir:link <https://smartforms.csiro.au/ig/StructureDefinition/SHCEncounter>
     ]
  ] ;
  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: Encounter health-check-pat-sf</b></p><a name=\"health-check-pat-sf\"> </a><a name=\"hchealth-check-pat-sf\"> </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-SHCEncounter.html\">Smart Health Checks 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-pat-sf.html\">Clever Form Female, DoB: 1968-10-11 ( Medicare Number: 69514496771 (, period: (?) --&gt; 2024-08))</a></p><p><b>period</b>: 2025-02-10 09:20:00+1000 --&gt; (ongoing)</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 283680004}\">Nail wound of sole of foot</span></p></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 -1 ;
       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/pat-sf> ;
     fhir:Reference.reference [ fhir:value "Patient/pat-sf" ] ;
     fhir:Reference.identifier [
       fhir:Identifier.type [
         fhir:CodeableConcept.coding [
           fhir:index -1 ;
           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 "69514496771" ]
     ]
  ] ;
  fhir:Encounter.period [
     fhir:Period.start [ fhir:value "2025-02-10T09:20:00+10:00"^^xsd:dateTime ]
  ] ;
  fhir:Encounter.reasonCode [
     fhir:index -1 ;
     fhir:CodeableConcept.coding [
       fhir:index -1 ;
       a sct:283680004 ;
       fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:Coding.code [ fhir:value "283680004" ] ;
       fhir:Coding.display [ fhir:value "Nail wound of sole of foot" ]
     ]
  ] .

<http://hl7.org/fhir/Patient/pat-sf> a fhir:Patient .

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

<http://hl7.org/fhir/Encounter/health-check-pat-sf.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/Encounter/health-check-pat-sf.ttl> .