This
page
is
part
of
the
Continuous
Integration
Build
of
FHIR
Specification
(v5.0.0:
R5
-
STU
).
This
is
the
current
published
version
in
it's
permanent
home
(it
will
always
(will
be
available
incorrect/inconsistent
at
this
URL).
For
a
full
list
of
available
versions,
see
times).
See
the
Directory
of
published
versions
.
Page
versions:
R5
R4B
R4
R3
Example
NamingSystem/example
(Turtle)
Raw
Turtle
(+
also
see
Turtle/RDF
Format
Specification
)
Example
of
how
to
use
Naming
System
for
a
code
system
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
[a fhir:NamingSystem ;
<http://hl7.org/fhir/NamingSystem/example> a fhir:NamingSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n \n <p>\n \n <b>SNOMED CT</b>\n \n </p>\n \n \n <p> oid: 2.16.840.1.113883.6.96</p>\n \n \n <p> uri: http://snomed.info/sct</p>\n \n \n </div>"
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n \n \n <p>\n \n <b>SNOMED CT</b>\n \n </p>\n \n \n <p> oid: 2.16.840.1.113883.6.96</p>\n \n \n <p> uri: http://snomed.info/sct</p>\n \n \n </div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
] ;
fhir:value [
a fhir:Code ;
fhir:v "vocab"
]
] ) ; #
fhir:url [
fhir:v "http://hl7.org/fhir/NamingSystem/example"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/NamingSystem/example>
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/NamingSystem/example"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:system [
fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ;
fhir:l <urn:ietf:rfc:3986>
] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.22.1" ]
] ) ; #
fhir:name [ fhir:v "SNOMEDCT"] ; #
fhir:title [ fhir:v "SNOMED CT"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "codesystem"] ; #
fhir:date [ fhir:v "2014-12-13"^^xsd:date] ; #
fhir:publisher [ fhir:v "HL7 International on behalf of IHTSDO"] ; #
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:responsible [ fhir:v "IHTSDO & affiliates"] ; #
fhir:description [ fhir:v "SNOMED CT is a concept-based, scientifically validated terminology that provides a unique and permanent concept identifier that can be included in multiple HL7 data types including CD and CE. The concepts are managed to avoid \"semantic drift\" so the meaning remains constant. If the concept is found to be ambiguous or the meaning changes, the concept is inactivated but still retained and the identifier is never reused. SNOMED CT's concepts are interrelated hierarchically and using description logic. SNOMED CT concepts have a unique \"fully-specified name\", a preferred term, and, optionally, synonyms. The description languages include English and Spanish."] ; #
fhir:uniqueId ( [
fhir:type [ fhir:v "oid" ] ;
fhir:value [ fhir:v "2.16.840.1.113883.6.96" ]
] [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "http://snomed.info/sct" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
] )] . #
fhir:preferred [ fhir:v true ]
] ) . #
# -------------------------------------------------------------------------------------
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.