Terminology
This
page
is
part
of
the
FHIR
Specification
(v4.3.0:
R4B
(v5.0.0:
R5
-
STU
).
The
This
is
the
current
published
version
which
supercedes
in
it's
permanent
home
(it
will
always
be
available
at
this
version
is
5.0.0
.
URL).
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R5
R4B
R4
|
|
Maturity Level : N/A | Standards Status : Informative |
Compartments
:
|
Raw Turtle (+ also see Turtle/RDF Format Specification )
Example Code System Supplement
@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:Resource.id [ fhir:value "example-supplement"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:CodeSystem.url [ fhir:value "http://hl7.org/fhir/CodeSystem/example-supplement"]; fhir:CodeSystem.version [ fhir:value "201801103"]; fhir:CodeSystem.name [ fhir:value "CholCodeLegacyStatus"]; fhir:CodeSystem.status [ fhir:value "draft"]; fhir:CodeSystem.experimental [ fhir:value "true"]; fhir:CodeSystem.date [ fhir:value "2016-01-28"]; fhir:CodeSystem.publisher [ fhir:value "ACME Co"]; fhir:CodeSystem.contact [ fhir:index 0; fhir:ContactDetail.name [ fhir:value "FHIR project team" ]; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ] ]; fhir:CodeSystem.content [ fhir:value "supplement"]; fhir:CodeSystem.supplements [ fhir:value "http://hl7.org/fhir/CodeSystem/example"]; fhir:CodeSystem.property [ fhir:index 0; fhir:CodeSystem.code [ fhir:value "legacy" ]; fhir:CodeSystem.description [ fhir:value "hether the test is currently performed" ]; fhir:CodeSystem.type [ fhir:value "boolean" ] ]; fhir:CodeSystem.concept [ fhir:index 0; fhir:CodeSystem.code [ fhir:value "chol-mmol" ]; fhir:CodeSystem.property [ fhir:index 0; fhir:CodeSystem.code [ fhir:value "legacy" ]; fhir:CodeSystem.value [ fhir:value "false" ] ] ], [ fhir:index 1; fhir:CodeSystem.code [ fhir:value "chol-mass" ]; fhir:CodeSystem.property [ fhir:index 0; fhir:CodeSystem.code [ fhir:value "legacy" ]; fhir:CodeSystem.value [ fhir:value "true" ] ] ], [ fhir:index 2; fhir:CodeSystem.code [ fhir:value "chol" ]; fhir:CodeSystem.property [ fhir:index 0; fhir:CodeSystem.code [ fhir:value "legacy" ]; fhir:CodeSystem.value [ fhir:value "true" ] ] ] .[a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "example-supplement"] ; # fhir:text [ fhir:status [ fhir:v "additional" ] ; fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n \n \n <p>A supplement pack for \n \n \n <code>http://hl7.org/fhir/CodeSystem/example</code> that defines the administrative property 'legacy' for whether the test is currently performed \n \n \n </p>\n \n \n \n <table class=\"grid\">\n \n \n \n <tr>\n \n \n \n <td>\n \n \n \n <b>Code</b>\n \n \n \n </td>\n \n \n \n <td>\n \n \n \n <b>Legacy</b>\n \n \n \n </td>\n \n \n \n </tr>\n \n \n \n <tr>\n \n \n \n <td>chol-mmol</td>\n \n \n \n <td>false</td>\n \n \n \n </tr>\n \n \n \n <tr>\n \n \n \n <td>chol-mass</td>\n \n \n \n <td>true</td>\n \n \n \n </tr>\n \n \n \n <tr>\n \n \n \n <td>chol</td>\n \n \n \n <td>true</td>\n \n \n \n </tr>\n \n \n \n </table>\n \n \n \n </div>" ] ; # fhir:url [ fhir:v "http://hl7.org/fhir/CodeSystem/example-supplement"^^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.4.1820" ] ] ) ; # fhir:version [ fhir:v "5.0.0"] ; # fhir:name [ fhir:v "CholCodeLegacyStatus"] ; # fhir:title [ fhir:v "Cholesterol Code Legacy Status"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # fhir:date [ fhir:v "2016-01-28"^^xsd:date] ; # fhir:publisher [ fhir:v "ACME Co"] ; # fhir:contact ( [ fhir:name [ fhir:v "FHIR project team" ] ; fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/fhir" ] ] ) ] ) ; # fhir:description [ fhir:v "CholCodeLegacyStatus"] ; # fhir:content [ fhir:v "supplement"] ; # fhir:supplements [ fhir:v "http://hl7.org/fhir/CodeSystem/example"^^xsd:anyURI ; fhir:link <http://hl7.org/fhir/CodeSystem/example> ] ; # fhir:property ( [ fhir:code [ fhir:v "legacy" ] ; fhir:description [ fhir:v "hether the test is currently performed" ] ; fhir:type [ fhir:v "boolean" ] ] ) ; # fhir:concept ( [ fhir:code [ fhir:v "chol-mmol" ] ; fhir:property ( [ fhir:code [ fhir:v "legacy" ] ; fhir:value [ fhir:v "false"^^xsd:boolean ] ] ) ] [ fhir:code [ fhir:v "chol-mass" ] ; fhir:property ( [ fhir:code [ fhir:v "legacy" ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ] [ fhir:code [ fhir:v "chol" ] ; fhir:property ( [ fhir:code [ fhir:v "legacy" ] ; fhir:value [ fhir:v "true"^^xsd:boolean ] ] ) ] )] . # # -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.
FHIR
®©
HL7.org
2011+.
FHIR
Release
4B
(v4.3.0)
hl7.fhir.r4b.core#4.3.0
R5
hl7.fhir.core#5.0.0
generated
on
Sat,
May
28,
2022
12:49+1000.
Sun,
Mar
26,
2023
15:22+1100.
Links:
Search
|
Version
History
|
Table
of
Contents
|
Glossary
|
QA
Page
|
Compare
to
R4
|
Compare
to
R4B
|
|
Propose
a
change