Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions
: Danger signs Codes Grouper (Computable Example) - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "computable-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-computablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-computablevalueset> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-anc-b5-de49.html\">Danger Signs - No danger signs Codes (Example)</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-anc-b5-de50.html\">Danger signs Codes (Example)</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-anc-b5-de51.html\">Danger Signs - Central cyanosis Codes (Example)</a></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/crmi/ValueSet/computable-example"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.38.48.2" ]
] ) ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "DangersignsCodesGrouperComputable"] ; #
fhir:title [ fhir:v "Danger signs Codes Grouper (Computable Example)"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-07-11T09:29:40-06:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ] ] )
] ) ; #
fhir:description [ fhir:v "Group Valueset with codes representing possible values for the Danger signs Codes Grouper element"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:immutable [ fhir:v "true"^^xsd:boolean] ; #
fhir:compose [
( fhir:include [
( fhir:valueSet [
fhir:v "http://hl7.org/fhir/uv/crmi/ValueSet/anc-b5-de49"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/crmi/ValueSet/anc-b5-de49> ] ) ] [
( fhir:valueSet [
fhir:v "http://hl7.org/fhir/uv/crmi/ValueSet/anc-b5-de50"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/crmi/ValueSet/anc-b5-de50> ] ) ] [
( fhir:valueSet [
fhir:v "http://hl7.org/fhir/uv/crmi/ValueSet/anc-b5-de51"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/crmi/ValueSet/anc-b5-de51> ] ) ] )
] . #