Example
NamingSystem/example
(Narrative)
Raw
This
is
the
narrative
for
the
resource.
See
also
see
the
XML
,
JSON
Format
Specification
)
or
Turtle
format.
This
example
conforms
to
the
profile
NamingSystem
.
Operation
Definition
SNOMED
CT
oid:
2.16.840.1.113883.6.96
uri:
http://snomed.info/sct
{
"resourceType" : "OperationDefinition",
"id" : "Resource-meta-add",
"text" : {
"status" : "generated",
"div" : "<div>!-- Snipped for Brevity --></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 3
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "trial-use"
}],
"url" : "http://hl7.org/fhir/OperationDefinition/Resource-meta-add",
"version" : "4.0.1",
"name" : "Add profiles, tags, and security labels to a resource",
"status" : "draft",
"kind" : "operation",
"date" : "2019-11-01T09:29:23+11:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}]
}],
"description" : "This operation takes a meta, and adds the profiles, tags, and security labels found in it to the nominated resource",
"code" : "meta-add",
"resource" : ["Resource"],
"system" : false,
"type" : false,
"instance" : true,
"parameter" : [{
"name" : "meta",
"use" : "in",
"min" : 1,
"max" : "1",
"documentation" : "Profiles, tags, and security labels to add to the existing resource. Note that profiles, tags, and security labels are sets, and duplicates are not created. The identity of a tag or security label is the system+code. When matching existing tags during adding, version and display are ignored. For profiles, matching is based on the full URL",
"type" : "Meta"
},
{
"name" : "return",
"use" : "out",
"min" : 1,
"max" : "1",
"documentation" : "Resulting meta for the resource",
"type" : "Meta"
}]
}
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.