This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.1.0: Release 1 Ballot 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: Observation status code - JSON Representation
Raw json | Download
{
"resourceType" : "ValueSet",
"id" : "valueset-status-obs-it",
"meta" : {
"profile" : [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html\"><code>http://hl7.org/fhir/observation-status</code></a></li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html\"><code>http://hl7.org/fhir/observation-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-registered\">registered</a></td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-cancelled\">cancelled</a></td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-unknown\">unknown</a></td><td/></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-observation-status.html#observation-status-entered-in-error\">entered-in-error</a></td><td/></tr></table></li></ul></div>"
},
"url" : "http://hl7.it/fhir/lab-report/ValueSet/valueset-status-obs-it",
"version" : "0.1.0",
"name" : "ObservationStatusCodeLabReport",
"title" : "Observation status code",
"status" : "draft",
"experimental" : false,
"date" : "2023-07-11T14:17:30+02:00",
"publisher" : "HL7 Italia",
"contact" : [
{
"name" : "HL7 Italia",
"telecom" : [
{
"system" : "url",
"value" : "https://hl7.it"
}
]
},
{
"name" : "HL7 Italia",
"telecom" : [
{
"system" : "url",
"value" : "https://hl7.it"
}
]
}
],
"description" : "Valueset contenente i codici di di stato per la risorsa Observation Document - Lab Report.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "IT",
"display" : "Italy"
}
]
}
],
"compose" : {
"include" : [
{
"system" : "http://hl7.org/fhir/observation-status"
}
],
"exclude" : [
{
"system" : "http://hl7.org/fhir/observation-status",
"concept" : [
{
"code" : "registered"
},
{
"code" : "cancelled"
},
{
"code" : "unknown"
},
{
"code" : "entered-in-error"
}
]
}
]
}
}