OpenELIS GLOBAL2 Implementation Guide - Local Development build (v0.1.0). See the Directory of published versions
: Observation Intent Valueset - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "OpenELISObservationVS",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"CodeSystem-obs-status-cs.html\"><code>https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-observation-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-obs-status-cs.html#obs-status-cs-unknown\">unknown</a></td><td>Unknown</td><td>The authoring/source system does not know which of the status values currently applies for this observation. Note: This concept is not to be used for "other" - one of the listed statuses is presumed to apply, but the authoring/source system does not know which.</td></tr><tr><td><a href=\"CodeSystem-obs-status-cs.html#obs-status-cs-final\">final</a></td><td>Final</td><td>The observation is complete and there are no further actions needed. Additional information such "released", "signed", etc would be represented using [Provenance](provenance.html) which provides not only the act but also the actors and dates and other related data. These act states would be associated with an observation status of `preliminary` until they are all completed and then a status of `final` would be applied.</td></tr><tr><td><a href=\"CodeSystem-obs-status-cs.html#obs-status-cs-preliminary\">preliminary</a></td><td>Preliminary</td><td>This is an initial or interim observation: data may be incomplete or unverified.</td></tr></table></li></ul></div>"
},
"url" : "http://i-tech-uw.github.io/openelis-global-ig/ValueSet/OpenELISObservationVS",
"version" : "0.1.0",
"name" : "OpenELISObservationVS",
"title" : "Observation Intent Valueset",
"status" : "active",
"date" : "2023-03-05T22:47:16+00:00",
"contact" : [
{
"name" : "I-TECH-UW",
"telecom" : [
{
"system" : "url",
"value" : "www.github.com/i-tech-uw"
}
]
}
],
"description" : "Observation Intent Valueset",
"compose" : {
"include" : [
{
"system" : "https://i-tech-uw.github.io/openelis-global2-fhir-ig/codesystem-observation-status",
"concept" : [
{
"code" : "unknown"
},
{
"code" : "final"
},
{
"code" : "preliminary"
}
]
}
]
}
}