This page is part of the US Core (v7.0.0-ballot: STU7 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.1.0. For a full list of available versions, see the Directory of published versions
Page standards status: Trial-use | Maturity Level: 3 |
@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 "us-core-category"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/us/core/CodeSystem/us-core-category</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\">sdoh<a name=\"us-core-category-sdoh\"> </a></td><td>SDOH</td><td>Social Determinants of Health category</td></tr><tr><td style=\"white-space:nowrap\">functional-status<a name=\"us-core-category-functional-status\"> </a></td><td>Functional Status</td><td>Functional Status category</td></tr><tr><td style=\"white-space:nowrap\">disability-status<a name=\"us-core-category-disability-status\"> </a></td><td>Disability Status</td><td>Disability Status category</td></tr><tr><td style=\"white-space:nowrap\">cognitive-status<a name=\"us-core-category-cognitive-status\"> </a></td><td>Cognitive Status</td><td>Cognitive Status category</td></tr><tr><td style=\"white-space:nowrap\">treatment-intervention-preference<a name=\"us-core-category-treatment-intervention-preference\"> </a></td><td>Treatment 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=\"us-core-category-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 "cgp" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
fhir:v "3"^^xsd:integer ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core> ] ] ) ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
fhir:v "trial-use" ;
( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
fhir:value [
fhir:v "http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/ImplementationGuide/hl7.fhir.us.core> ] ] ) ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/CodeSystem/us-core-category"^^xsd:anyURI] ; #
fhir:version [ fhir:v "7.0.0-ballot"] ; #
fhir:name [ fhir:v "USCoreCategory"] ; #
fhir:title [ fhir:v "US Core Category"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2022-04-20"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International / Cross-Group Projects"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Cross-Group Projects" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/cgp" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "cgp@lists.HL7.org" ] ] )
] ) ; #
fhir:description [ fhir:v "Category codes used across US Core Profiles and resource types. They are typically used when there is a need for categorization for searching and finding resources or workflow hints."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "US" ] ] )
] ) ; #
fhir:copyright [ fhir:v "Used by permission of HL7 International, all rights reserved Creative Commons License"] ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "sdoh" ] ;
fhir:display [ fhir:v "SDOH" ] ;
fhir:definition [ fhir:v "Social Determinants of Health category" ]
] [
fhir:code [ fhir:v "functional-status" ] ;
fhir:display [ fhir:v "Functional Status" ] ;
fhir:definition [ fhir:v "Functional Status category" ]
] [
fhir:code [ fhir:v "disability-status" ] ;
fhir:display [ fhir:v "Disability Status" ] ;
fhir:definition [ fhir:v "Disability Status category" ]
] [
fhir:code [ fhir:v "cognitive-status" ] ;
fhir:display [ fhir:v "Cognitive Status" ] ;
fhir:definition [ fhir:v "Cognitive Status category" ]
] [
fhir:code [ fhir:v "treatment-intervention-preference" ] ;
fhir:display [ fhir:v "Treatment 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." ]
] ) . #
IG © 2023+ HL7 International / Cross-Group Projects. Package hl7.fhir.us.core#7.0.0-ballot based on FHIR 4.0.1. Generated 2023-12-19
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change