AU Base Implementation Guide - Downloaded Version 7.0.0-ballot1 See the Directory of published versions
| Page standards status: Informative |
@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/Observation/norelevantfinding-example0> a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "norelevantfinding-example0"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org.au/fhir/StructureDefinition/au-norelevantfinding" ;
fhir:index 0 ;
fhir:link <http://hl7.org.au/fhir/StructureDefinition/au-norelevantfinding>
]
] ;
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: Observation norelevantfinding-example0</b></p><a name=\"norelevantfinding-example0\"> </a><a name=\"hcnorelevantfinding-example0\"> </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\">Profile: <a href=\"StructureDefinition-au-norelevantfinding.html\">AU Assertion of No Relevant Finding</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode ASSERTION}\">Assertion</span></p><p><b>subject</b>: <a href=\"Patient-example0.html\">Stella Franklin (official) Female, DoB: 1985-10-14 ( IHI: Austalian Healthcare Identifier - Individual#8003608833357361)</a></p><p><b>effective</b>: 2018-10-23</p><p><b>performer</b>: <a href=\"PractitionerRole-example3.html\">PractitionerRole General practitioner</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 416128008}\">No history of procedure</span></p></div>"
] ;
fhir:Observation.status [ fhir:value "final"] ;
fhir:Observation.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ActCode" ] ;
fhir:Coding.code [ fhir:value "ASSERTION" ] ;
fhir:Coding.display [ fhir:value "Assertion" ]
]
] ;
fhir:Observation.subject [
fhir:link <http://hl7.org/fhir/Patient/example0> ;
fhir:Reference.reference [ fhir:value "Patient/example0" ]
] ;
fhir:Observation.effectiveDateTime [ fhir:value "2018-10-23"^^xsd:date] ;
fhir:Observation.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/PractitionerRole/example3> ;
fhir:Reference.reference [ fhir:value "PractitionerRole/example3" ]
] ;
fhir:Observation.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0 ;
a sct:416128008 ;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ] ;
fhir:Coding.code [ fhir:value "416128008" ] ;
fhir:Coding.display [ fhir:value "No H/O: procedure" ]
] ;
fhir:CodeableConcept.text [ fhir:value "No history of procedure" ]
] .
<http://hl7.org/fhir/Patient/example0> a fhir:Patient .
<http://hl7.org/fhir/PractitionerRole/example3> a fhir:PractitionerRole .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Observation/norelevantfinding-example0.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Observation/norelevantfinding-example0.ttl> .
IG © 2017+ HL7 Australia. Package hl7.fhir.au.base#7.0.0-ballot1 based on FHIR 4.0.1. Generated 2026-07-27
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change