@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/uv/xver/CodeSystem/observation-status> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "observation-status"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem observation-status</b></p><a name=\"observation-status\"> </a><a name=\"hcobservation-status\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/observation-status</code> defines the following codes in an undefined hierarchy:</p><table class=\"codes\"><tr><td><b>Lvl</b></td><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td>1</td><td style=\"white-space:nowrap\">registered<a name=\"observation-status-registered\"> </a></td><td>Registered</td><td>The existence of the observation is registered, but there is no result yet available.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">preliminary<a name=\"observation-status-preliminary\"> </a></td><td>Preliminary</td><td>This is an initial or interim observation: data may be incomplete or unverified.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">final<a name=\"observation-status-final\"> </a></td><td>Final</td><td>The observation is complete.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">amended<a name=\"observation-status-amended\"> </a></td><td>Amended</td><td>Subsequent to being Final, the observation has been modified subsequent.  This includes updates/new information and corrections.</td></tr><tr><td>2</td><td style=\"white-space:nowrap\">  corrected<a name=\"observation-status-corrected\"> </a></td><td>Corrected</td><td>Subsequent to being Final, the observation has been modified to correct an error in the test result.</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">cancelled<a name=\"observation-status-cancelled\"> </a></td><td>Cancelled</td><td>The observation is unavailable because the measurement was not started or not completed (also sometimes called \"aborted\").</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">entered-in-error<a name=\"observation-status-entered-in-error\"> </a></td><td>Entered in Error</td><td>The observation has been withdrawn following previous final release.  This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be \"cancelled\" rather than \"entered-in-error\".)</td></tr><tr><td>1</td><td style=\"white-space:nowrap\">unknown<a name=\"observation-status-unknown\"> </a></td><td>Unknown</td><td>The authoring system does not know which of the status values currently applies for this request. Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, but the authoring system does not know which.</td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:extension ( [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status>
     ] ;
     fhir:value [
       a fhir:String ;
       fhir:v "Informative"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm>
     ] ;
     fhir:value [
       a fhir:Integer ;
       fhir:v 5
     ]
  ] [
     fhir:extension ( [
       fhir:url [
         fhir:v "packageId"^^xsd:anyURI ;
         fhir:l fhir:packageId
       ] ;
       fhir:value [
         a fhir:Id ;
         fhir:v "hl7.fhir.uv.xver-r3.r5"
       ]
     ] [
       fhir:url [
         fhir:v "version"^^xsd:anyURI ;
         fhir:l fhir:version
       ] ;
       fhir:value [
         a fhir:String ;
         fhir:v "0.1.0"
       ]
     ] [
       fhir:url [
         fhir:v "uri"^^xsd:anyURI ;
         fhir:l fhir:uri
       ] ;
       fhir:value [
         a fhir:Uri ;
         fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r5"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r5>
       ]
     ] ) ;
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/package-source>
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "cds"
     ]
  ] [
     fhir:url [
       fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ;
       fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status>
     ] ;
     fhir:value [
       a fhir:Code ;
       fhir:v "trial-use" ;
       fhir:extension ( [
         fhir:url [
           fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom>
         ] ;
         fhir:value [
           a fhir:Canonical ;
           fhir:v "http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r5"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/uv/xver/ImplementationGuide/hl7.fhir.uv.xver-r3.r5>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [
     fhir:v "http://hl7.org/fhir/observation-status"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/observation-status>
  ] ; # 
  fhir:version [ fhir:v "3.0.2"] ; # 
  fhir:name [ fhir:v "ObservationStatus"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2019-10-23T19:53:00-05:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Clinical Decision Support"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "Clinical Decision Support" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes providing the status of an observation."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
     fhir:v "http://hl7.org/fhir/ValueSet/observation-status|5.0.0"^^xsd:anyURI ;
     fhir:l <http://hl7.org/fhir/ValueSet/observation-status?version=5.0.0>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
     fhir:code [ fhir:v "registered" ] ;
     fhir:display [ fhir:v "Registered" ] ;
     fhir:definition [ fhir:v "The existence of the observation is registered, but there is no result yet available." ]
  ] [
     fhir:code [ fhir:v "preliminary" ] ;
     fhir:display [ fhir:v "Preliminary" ] ;
     fhir:definition [ fhir:v "This is an initial or interim observation: data may be incomplete or unverified." ]
  ] [
     fhir:code [ fhir:v "final" ] ;
     fhir:display [ fhir:v "Final" ] ;
     fhir:definition [ fhir:v "The observation is complete." ]
  ] [
     fhir:code [ fhir:v "amended" ] ;
     fhir:display [ fhir:v "Amended" ] ;
     fhir:definition [ fhir:v "Subsequent to being Final, the observation has been modified subsequent.  This includes updates/new information and corrections." ] ;
     fhir:concept ( [
       fhir:code [ fhir:v "corrected" ] ;
       fhir:display [ fhir:v "Corrected" ] ;
       fhir:definition [ fhir:v "Subsequent to being Final, the observation has been modified to correct an error in the test result." ]
     ] )
  ] [
     fhir:code [ fhir:v "cancelled" ] ;
     fhir:display [ fhir:v "Cancelled" ] ;
     fhir:definition [ fhir:v "The observation is unavailable because the measurement was not started or not completed (also sometimes called \"aborted\")." ]
  ] [
     fhir:code [ fhir:v "entered-in-error" ] ;
     fhir:display [ fhir:v "Entered in Error" ] ;
     fhir:definition [ fhir:v "The observation has been withdrawn following previous final release.  This electronic record should never have existed, though it is possible that real-world decisions were based on it. (If real-world activity has occurred, the status should be \"cancelled\" rather than \"entered-in-error\".)" ]
  ] [
     fhir:code [ fhir:v "unknown" ] ;
     fhir:display [ fhir:v "Unknown" ] ;
     fhir:definition [ fhir:v "The authoring system does not know which of the status values currently applies for this request. Note: This concept is not to be used for \"other\" - one of the listed statuses is presumed to apply, but the authoring system does not know which." ]
  ] ) . # 

# -------------------------------------------------------------------------------------

