Example
ValueSet/service-category
(Turtle)
-
v2
Tables
Narrative
-
v3
Namespaces
XML
-
Concept
Maps
JSON
-
1.14.2.1.93
TTL
Value
Set
http://hl7.org/fhir/vs/reason-medication-not-given-codes
This
is
a
value
set
defined
by
the
FHIR
project.
A
set
of
codes
indicating
the
reason
why
the
MedicationAdministration
is
negated.
Formal
definitions:
XML
Raw
Turtle
or
JSON
.
(+
also
see
Turtle/RDF
Format
Specification
)
Definition
for
Value
SetServiceCategory
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:ValueSet;
fhir:Resource.id [ fhir:value "service-category"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2022-09-10T04:52:37.223+10:00" ];
fhir:Meta.profile [ fhir:value "http://hl7.org/fhir/StructureDefinition/shareablevalueset" ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ]
];
fhir:DomainResource.extension [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
fhir:Extension.value [ fhir:value "pa" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
fhir:Extension.value [ fhir:value "draft" ]
], [
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
fhir:Extension.value [ fhir:value "1" ]
];
fhir:CanonicalResource.url [ fhir:value "http://hl7.org/fhir/ValueSet/service-category"];
fhir:CanonicalResource.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.3.516" ]
];
fhir:CanonicalResource.version [ fhir:value "5.0.0-ballot"];
fhir:CanonicalResource.name [ fhir:value "ServiceCategory"];
fhir:CanonicalResource.status [ fhir:value "draft"];
fhir:CanonicalResource.experimental [ fhir:value "true"];
fhir:CanonicalResource.publisher [ fhir:value "FHIR Project team"];
fhir:CanonicalResource.contact [
fhir:ContactDetail.telecom [
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
]
];
fhir:CanonicalResource.description [ fhir:value "This value set defines an example set of codes that can be used to classify groupings of service-types/specialties."];
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/ValueSet/service-category"];
fhir:ValueSet.identifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.3.516" ]
];
fhir:ValueSet.version [ fhir:value "5.0.0-ballot"];
fhir:ValueSet.name [ fhir:value "ServiceCategory"];
fhir:ValueSet.status [ fhir:value "draft"];
fhir:ValueSet.experimental [ fhir:value "true"];
fhir:ValueSet.publisher [ fhir:value "FHIR Project team"];
fhir:ValueSet.contact [
fhir:ContactDetail.telecom [
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
]
];
fhir:ValueSet.description [ fhir:value "This value set defines an example set of codes that can be used to classify groupings of service-types/specialties."];
fhir:ValueSet.compose [
fhir:ValueSetComposeComponent.include [
fhir:ConceptSetComponent.system [ fhir:value "http://terminology.hl7.org/CodeSystem/service-category" ]
]
] .
# -------------------------------------------------------------------------------------
The
value
set
Usage
note:
every
effort
has
been
made
to
instantiate
this
attribute
should
be
drawn
from
a
terminologically
robust
code
system
ensure
that
consists
of
or
contains
concepts
to
support
the
medication
process.
These
codes
examples
are
used
in
the
following
places:
MedicationAdministration.reasonNotGiven
(
Example
)
MedicationStatement.reasonNotGiven
(
Example
)
The
OID
for
the
value
set
is
2.16.840.1.113883.4.642.2.93
(OIDs
correct
and
useful,
but
they
are
not
used
in
FHIR,
but
may
be
used
in
v3,
or
OID
based
terminology
systems).
See
the
full
registry
of
value
sets
defined
as
a
normative
part
of
FHIR.
the
specification.