My Health Record FHIR Gateway Conformance Artefacts
0.0.1 - draft Australia flag

My Health Record FHIR Gateway Conformance Artefacts, published by Australian Digital Health Agency. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/AuDigitalHealth/mcv/ and changes regularly. See the Directory of published versions

: Condition (SHS) - TTL Representation

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

 a fhir:Condition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "condition-shs-min-01"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-condition-mcv-1"^^xsd:anyURI ;
fhir:link <http://ns.electronichealth.net.au/fhir/StructureDefinition/dh-condition-mcv-1>     ] )
  ] ; # 
  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: Condition condition-shs-min-01</b></p><a name=\"condition-shs-min-01\"> </a><a name=\"hccondition-shs-min-01\"> </a><a name=\"condition-shs-min-01-en-AU\"> </a><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-category problem-list-item}\">Problem List Item</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 44054006}\">Type 2 diabetes mellitus</span></p><p><b>subject</b>: <a href=\"Patient-broadway-mike.html\">Mike Broadway  Male, DoB: 1967-04-12 ( IHI: Austalian Healthcare Identifier - Individual#8003608166895854)</a></p><p><b>recordedDate</b>: 2015-02-25 11:59:54+1000</p></div>"
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/condition-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "problem-list-item" ] ;
fhir:display [ fhir:v "Problem List Item" ]     ] )
  ] ) ; # 
  fhir:code [
    ( fhir:coding [
a sct:44054006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "44054006" ] ;
fhir:display [ fhir:v "Type 2 diabetes mellitus" ]     ] )
  ] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/broadway-mike" ]
  ] ; # 
  fhir:recordedDate [ fhir:v "2015-02-25T11:59:54+10:00"^^xsd:dateTime] . #