Terminology
This
page
is
part
of
the
FHIR
Specification
(v5.0.0:
R5
-
STU
v6.0.0-ballot1:
Release
6
Ballot
(1st
Draft)
(see
Ballot
Notes
).
This
is
the
The
current
published
version
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
| Terminology Infrastructure Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : No defined compartments |
Raw Turtle (+ also see Turtle/RDF Format Specification )
Example Code System Metadata v2
@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 "example-metadata-2"] ; #
fhir:meta [
fhir:profile ( [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablecodesystem>
] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This code system \n <code>http://hl7.org/fhir/CodeSystem/example-metadata-2</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">A\n <a name=\"example-metadata-2-A\"> </a>\n </td>\n <td>A</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">B\n <a name=\"example-metadata-2-B\"> </a>\n </td>\n <td>B</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">C\n <a name=\"example-metadata-2-C\"> </a>\n </td>\n <td>C</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">D\n <a name=\"example-metadata-2-D\"> </a>\n </td>\n <td>D</td>\n </tr>\n </table>\n </div>"
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <p>This case-sensitive code system \n <code>http://hl7.org/fhir/CodeSystem/example-metadata-2</code> defines the following codes:\n </p>\n <table class=\"codes\">\n <tr>\n <td style=\"white-space:nowrap\">\n <b>Code</b>\n </td>\n <td>\n <b>Definition</b>\n </td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">A\n <a name=\"example-metadata-2-A\"> </a>\n </td>\n <td>A</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">B\n <a name=\"example-metadata-2-B\"> </a>\n </td>\n <td>B</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">C\n <a name=\"example-metadata-2-C\"> </a>\n </td>\n <td>C</td>\n </tr>\n <tr>\n <td style=\"white-space:nowrap\">D\n <a name=\"example-metadata-2-D\"> </a>\n </td>\n <td>D</td>\n </tr>\n </table>\n </div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "vocab" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/CodeSystem/example-metadata-2"^^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.1829" ]
] ) ; #
fhir:version [ fhir:v "5.0.0"] ; #
fhir:version [ fhir:v "6.0.0-ballot1"] ; #
fhir:name [ fhir:v "ExampleMetadata"] ; #
fhir:title [ fhir:v "Metadata Example"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2022-07-21"^^xsd:date] ; #
fhir:publisher [ fhir:v "FHIR (Example)"] ; #
fhir:publisher [ fhir:v "HL7 International / Terminology Infrastructure"] ; #
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:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab" ]
] )
] [
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/Vocab/index.cfm" ]
] )
] ) ; #
fhir:description [ fhir:v "This is an example code system that illustrates usage of the metadata resource elements introduced in R5"] ; #
fhir:approvalDate [ fhir:v "2021-07-21"^^xsd:date] ; #
fhir:lastReviewDate [ fhir:v "2022-07-21"^^xsd:date] ; #
fhir:effectivePeriod [
fhir:start [ fhir:v "2022-08-01"^^xsd:date ] ;
fhir:end [ fhir:v "2023-07-31"^^xsd:date ]
] ; #
fhir:topic ( [
fhir:coding ( [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/definition-topic"^^xsd:anyURI ] ;
fhir:code [ fhir:v "treatment" ] ;
fhir:display [ fhir:v "Treatment" ]
] )
] ) ; #
fhir:author ( [
fhir:name [ fhir:v "ACME CodeSystem Development" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://acme.org/development" ]
] )
] ) ; #
fhir:editor ( [
fhir:name [ fhir:v "ACME CodeSystem Management" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://acme.org/management" ]
] )
] ) ; #
fhir:reviewer ( [
fhir:name [ fhir:v "Society for Creative CodeSystem Review" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/sccr" ]
] )
] ) ; #
fhir:endorser ( [
fhir:name [ fhir:v "National Foundation for CodeSystem Quality" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://example.org/nfcq" ]
] )
] ) ; #
fhir:relatedArtifact ( [
fhir:type [ fhir:v "derived-from" ] ;
fhir:resource [
fhir:v "http://hl7.org/fhir/CodeSystem/example"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/CodeSystem/example>
]
] [
fhir:type [ fhir:v "predecessor" ] ;
fhir:resource [
fhir:v "http://hl7.org/fhir/CodeSystem/example-metadata|20210701"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/CodeSystem/example-metadata|20210701>
]
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "A" ] ;
fhir:display [ fhir:v "A" ] ;
fhir:definition [ fhir:v "A" ]
] [
fhir:code [ fhir:v "B" ] ;
fhir:display [ fhir:v "B" ] ;
fhir:definition [ fhir:v "B" ]
] [
fhir:code [ fhir:v "C" ] ;
fhir:display [ fhir:v "C" ] ;
fhir:definition [ fhir:v "C" ]
] [
fhir:code [ fhir:v "D" ] ;
fhir:display [ fhir:v "D" ] ;
fhir:definition [ fhir:v "D" ]
] )] . #
# -------------------------------------------------------------------------------------
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
R5
hl7.fhir.core#5.0.0
R6
hl7.fhir.core#6.0.0-ballot1
generated
on
Sun,
Mar
26,
Mon,
Dec
18,
2023
15:22+1100.
15:14+1100.
Links:
Search
|
Version
History
|
Contents
|
Glossary
|
QA
|
Compare
to
R4
|
Compare
to
R4B
R5
|
|
Propose
a
change