AU Base Implementation Guide 4.1.0 - Trial Use
Publication Build: This will be filled in by the publication tooling
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 ------------------------------------------------------------------- a fhir:List; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example1"]; # fhir:Resource.meta [ fhir:Meta.profile [ fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-medlist"; fhir:index 0; fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-medlist> ] ]; # fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"clstu\"><tr><td>Date: 2018-10-24Mode: workingStatus: currentCode: Current Medicine</td></tr><tr><td>Subject: <a href=\"Patient-example0.html\">Patient/example0</a> " FRANKLIN"Source: (null)</td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"Observation-norelevantfinding-example3.html\">Observation/norelevantfinding-example3</a></td></tr></table></div>" ]; # fhir:List.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://tools.ietf.org/html/rfc4122" ]; fhir:Identifier.value [ fhir:value "2793d1c8-4e99-11e9-8647-d663bd873d93" ] ]; # fhir:List.status [ fhir:value "current"]; # fhir:List.mode [ fhir:value "working"]; # fhir:List.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://healthterminologies.gov.au/fhir/CodeSystem/nctis-data-components-1" ]; fhir:Coding.code [ fhir:value "101.32009" ]; fhir:Coding.display [ fhir:value "Current Medicine" ] ] ]; # fhir:List.subject [ fhir:Reference.reference [ fhir:value "Patient/example0" ] ]; # fhir:List.date [ fhir:value "2018-10-24"^^xsd:date]; # fhir:List.source [ fhir:Reference.reference [ fhir:value "Practitioner/example1" ] ]; # fhir:List.entry [ fhir:index 0; fhir:List.entry.item [ fhir:Reference.reference [ fhir:value "Observation/norelevantfinding-example3" ] ] ]. # # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl.