PACIO Advance Directive Interoperability Implementation Guide, published by HL7 International / Patient Empowerment. This guide is not an authorized publication; it is the continuous build for version 2.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-pacio-adi/ and changes regularly. See the Directory of published versions
: ADI Goal Category Code System - 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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ADIPreferenceCategoryCS"] ; #
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: CodeSystem ADIPreferenceCategoryCS</b></p><a name=\"ADIPreferenceCategoryCS\"> </a><a name=\"hcADIPreferenceCategoryCS\"> </a><a name=\"ADIPreferenceCategoryCS-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIPreferenceCategoryCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">intervention-preference<a name=\"ADIPreferenceCategoryCS-intervention-preference\"> </a></td><td>Intervention preference</td><td>A personal preference for a type of medical intervention (treatment) request under certain conditions.</td></tr><tr><td style=\"white-space:nowrap\">care-experience-preference<a name=\"ADIPreferenceCategoryCS-care-experience-preference\"> </a></td><td>Care experience preference</td><td>Personal thoughts about something a person feels is relevant to their care experience and may be pertinent when planning their care.</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pe" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/pacio-adi/CodeSystem/ADIPreferenceCategoryCS"^^xsd:anyURI] ; #
fhir:version [ fhir:v "2.1.0"] ; #
fhir:name [ fhir:v "ADIPreferenceCategoryCS"] ; #
fhir:title [ fhir:v "ADI Goal Category Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-01T17:57:46+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Patient Empowerment"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Patient Empowerment" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/patientempowerment" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "patients@lists.HL7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Advance Directive Preference Category"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ;
fhir:display [ fhir:v "United States of America" ] ] )
] ) ; #
fhir:copyright [ fhir:v "This CodeSystem is not copyrighted."] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "2"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "intervention-preference" ] ;
fhir:display [ fhir:v "Intervention preference" ] ;
fhir:definition [ fhir:v "A personal preference for a type of medical intervention (treatment) request under certain conditions." ]
] [
fhir:code [ fhir:v "care-experience-preference" ] ;
fhir:display [ fhir:v "Care experience preference" ] ;
fhir:definition [ fhir:v "Personal thoughts about something a person feels is relevant to their care experience and may be pertinent when planning their care." ]
] ) . #