Canonical
Mapping
Definition
for
"Validation-status"
Code
SystemCharacteristicOffset
@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
# - resource -------------------------------------------------------------------
[] a fhir:ConceptMap;
fhir:Resource.id [ fhir:value "sc-verificationresult-validation-status"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ]
];
fhir:ConceptMap.url [ fhir:value "http://hl7.org/fhir/ConceptMap/sc-verificationresult-validation-status"];
fhir:ConceptMap.version [ fhir:value "4.0.1"];
fhir:ConceptMap.name [ fhir:value "validation-statusCanonicalMap"];
fhir:ConceptMap.title [ fhir:value "Canonical Mapping for \"Validation-status\""];
fhir:ConceptMap.status [ fhir:value "draft"];
fhir:ConceptMap.date [ fhir:value "2018-06-06T00:06:02+10:00"];
fhir:ConceptMap.publisher [ fhir:value "HL7 (FHIR Project)"];
fhir:ConceptMap.contact [
fhir:index 0;
fhir:ContactDetail.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "url" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
]
];
fhir:ConceptMap.description [ fhir:value "Canonical Mapping for \"Status of the validation of the target against the primary source\""];
fhir:ConceptMap.source [ fhir:value "http://hl7.org/fhir/ValueSet/verificationresult-validation-status"];
fhir:ConceptMap.target [ fhir:value "http://hl7.org/fhir/ValueSet/resource-status"];
fhir:ConceptMap.group [
fhir:index 0;
fhir:ConceptMap.source [ fhir:value "http://terminology.hl7.org/CodeSystem/validation-status" ];
fhir:ConceptMap.target [ fhir:value "http://hl7.org/fhir/resource-status" ];
fhir:ConceptMap.element [
fhir:index 0;
fhir:ConceptMap.code [ fhir:value "successful" ];
fhir:ConceptMap.target [
fhir:index 0;
fhir:ConceptMap.code [ fhir:value "active" ];
fhir:ConceptMap.equivalence [ fhir:value "equivalent" ]
]
], [
fhir:index 1;
fhir:ConceptMap.code [ fhir:value "failed" ];
fhir:ConceptMap.target [
fhir:index 0;
fhir:ConceptMap.code [ fhir:value "failed" ];
fhir:ConceptMap.equivalence [ fhir:value "equivalent" ]
]
], [
fhir:index 2;
fhir:ConceptMap.code [ fhir:value "unknown" ];
fhir:ConceptMap.target [
fhir:index 0;
fhir:ConceptMap.code [ fhir:value "unknown" ];
fhir:ConceptMap.equivalence [ fhir:value "equivalent" ]
]
]
] .
# -------------------------------------------------------------------------------------
{
"resourceType" : "CodeSystem",
"id" : "characteristic-offset",
"meta" : {
"lastUpdated" : "2022-09-10T04:52:37.223+10:00",
"profile" : ["http://hl7.org/fhir/StructureDefinition/shareablecodesystem"]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://terminology.hl7.org/CodeSystem/characteristic-offset</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">UNL<a name=\"characteristic-offset-UNL\"> </a></td><td>Upper Normal Limit</td><td>The upper bound of the reference range.</td></tr><tr><td style=\"white-space:nowrap\">LNL<a name=\"characteristic-offset-LNL\"> </a></td><td>Lower Normal Limit</td><td>The lower bound of the reference range.</td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cds"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "draft"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
}],
"url" : "http://terminology.hl7.org/CodeSystem/characteristic-offset",
"identifier" : [{
"system" : "urn:ietf:rfc:3986",
"value" : "urn:oid:2.16.840.1.113883.4.642.4.1954"
}],
"version" : "5.0.0-ballot",
"name" : "CharacteristicOffset",
"title" : "CharacteristicOffset",
"status" : "draft",
"experimental" : false,
"date" : "2022-03-04T16:55:11+11:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}]
}],
"description" : "Reference point for characteristic.valueQuantity.",
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/characteristic-offset",
"content" : "complete",
"concept" : [{
"code" : "UNL",
"display" : "Upper Normal Limit",
"definition" : "The upper bound of the reference range."
},
{
"code" : "LNL",
"display" : "Lower Normal Limit",
"definition" : "The lower bound of the reference range."
}]
}
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.