US Core Implementation Guide, published by HL7 International / Cross-Group Projects. This guide is not an authorized publication; it is the continuous build for version 8.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/US-Core/ and changes regularly. See the Directory of published versions
: ADI Observation Presence ADI Example - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ADI-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-adi-documentation|8.0.0-ballot"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-observation-adi-documentation|8.0.0-ballot> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation ADI-example</b></p><a name=\"ADI-example\"> </a><a name=\"hcADI-example\"> </a><a name=\"ADI-example-en-US\"> </a><p><b>Supporting info</b>: <a href=\"DocumentReference-polst.html\">POLST</a></p><p><b>Supporting info</b>: <a href=\"DocumentReference-adi-intubation.html\">ADI DNI</a></p><p><b>Supporting info</b>: <a href=\"DocumentReference-living-will.html\">Living Will</a></p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/us-core-category observation-adi-documentation}\">Observation ADI Documentation</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 45473-6}\">Advance directive/living will completed</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Amy V. Baxter Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))</a></p><p><b>effective</b>: 2024-05-16 01:06:06+0000</p><p><b>issued</b>: 2024-05-16 01:06:06+0000</p><p><b>performer</b>: <a href=\"Practitioner-practitioner-1.html\">Dr Smith</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 373066001}\">Yes (qualifier value)</span></p></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "DocumentReference/polst" ] ;
fhir:display [ fhir:v "POLST" ] ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "DocumentReference/adi-intubation" ] ;
fhir:display [ fhir:v "ADI DNI" ] ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/workflow-supportingInfo"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "DocumentReference/living-will" ] ;
fhir:display [ fhir:v "Living Will" ] ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "observation-adi-documentation" ] ;
fhir:display [ fhir:v "Observation ADI Documentation" ] ] ) ;
fhir:text [ fhir:v "Observation ADI Documentation" ]
] ) ; #
fhir:code [
( fhir:coding [
a loinc:45473-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "45473-6" ] ;
fhir:display [ fhir:v "Advance directive/living will completed" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:effective [ fhir:v "2024-05-16T01:06:06.393Z"^^xsd:dateTime] ; #
fhir:issued [ fhir:v "2024-05-16T01:06:06.393Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ] ;
fhir:display [ fhir:v "Dr Smith" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:373066001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:version [ fhir:v "http://snomed.info/sct/731000124108" ] ;
fhir:code [ fhir:v "373066001" ] ;
fhir:display [ fhir:v "Yes (qualifier value)" ] ] )
] . #