@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "data-absent-reason"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2019-11-01T09:29:23.356+11:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "
Placeholder
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "oo" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version"^^xsd:anyURI ] ; fhir:value [ fhir:v "4.0.0" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "5"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/data-absent-reason"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1048" ] ] ) ; # fhir:version [ fhir:v "0.1.0"] ; # fhir:name [ fhir:v "DataAbsentReason"] ; # fhir:title [ fhir:v "DataAbsentReason"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2019-11-01T09:29:23+11:00"^^xsd:dateTime] ; # fhir:description [ fhir:v "Used to specify why the normally expected content of the data element is missing."] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/data-absent-reason"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "unknown" ] ; fhir:display [ fhir:v "Unknown" ] ; fhir:definition [ fhir:v "The value is expected to exist but is not known." ] ; fhir:concept ( [ fhir:code [ fhir:v "asked-unknown" ] ; fhir:display [ fhir:v "Asked But Unknown" ] ; fhir:definition [ fhir:v "The source was asked but does not know the value." ] ] [ fhir:code [ fhir:v "temp-unknown" ] ; fhir:display [ fhir:v "Temporarily Unknown" ] ; fhir:definition [ fhir:v "There is reason to expect (from the workflow) that the value may become known." ] ] [ fhir:code [ fhir:v "not-asked" ] ; fhir:display [ fhir:v "Not Asked" ] ; fhir:definition [ fhir:v "The workflow didn't lead to this value being known." ] ] [ fhir:code [ fhir:v "asked-declined" ] ; fhir:display [ fhir:v "Asked But Declined" ] ; fhir:definition [ fhir:v "The source was asked but declined to answer." ] ] ) ] [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"^^xsd:anyURI ] ; fhir:value [ fhir:v "Using \"masked\" may be breach of security or confidentiality, but there are times when its use is required to support alternate workflows for gaining access to denied information." ] ] ) ; fhir:code [ fhir:v "masked" ] ; fhir:display [ fhir:v "Masked" ] ; fhir:definition [ fhir:v "The information is not available due to security, privacy or related reasons." ] ] [ fhir:code [ fhir:v "not-applicable" ] ; fhir:display [ fhir:v "Not Applicable" ] ; fhir:definition [ fhir:v "There is no proper value for this element (e.g. last menstrual period for a male)." ] ] [ fhir:code [ fhir:v "unsupported" ] ; fhir:display [ fhir:v "Unsupported" ] ; fhir:definition [ fhir:v "The source system wasn't capable of supporting this element." ] ] [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"^^xsd:anyURI ] ; fhir:value [ fhir:v "It may be linked by internal references (e.g. xml:id). This usually implies that the value could not be represented in the correct format - this may be due to system limitations, or this particular data value." ] ] ) ; fhir:code [ fhir:v "as-text" ] ; fhir:display [ fhir:v "As Text" ] ; fhir:definition [ fhir:v "The content of the data is represented in the resource narrative." ] ] [ fhir:code [ fhir:v "error" ] ; fhir:display [ fhir:v "Error" ] ; fhir:definition [ fhir:v "Some system or workflow process error means that the information is not available." ] ; fhir:concept ( [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"^^xsd:anyURI ] ; fhir:value [ fhir:v "This is sometimes an output value from measuring devices." ] ] ) ; fhir:code [ fhir:v "not-a-number" ] ; fhir:display [ fhir:v "Not a Number (NaN)" ] ; fhir:definition [ fhir:v "The numeric value is undefined or unrepresentable due to a floating point processing error." ] ] [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"^^xsd:anyURI ] ; fhir:value [ fhir:v "This is sometimes an output value from measuring devices." ] ] ) ; fhir:code [ fhir:v "negative-infinity" ] ; fhir:display [ fhir:v "Negative Infinity (NINF)" ] ; fhir:definition [ fhir:v "The numeric value is excessively low and unrepresentable due to a floating point processing error." ] ] [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"^^xsd:anyURI ] ; fhir:value [ fhir:v "This is sometimes an output value from measuring devices." ] ] ) ; fhir:code [ fhir:v "positive-infinity" ] ; fhir:display [ fhir:v "Positive Infinity (PINF)" ] ; fhir:definition [ fhir:v "The numeric value is excessively high and unrepresentable due to a floating point processing error." ] ] ) ] [ fhir:code [ fhir:v "not-performed" ] ; fhir:display [ fhir:v "Not Performed" ] ; fhir:definition [ fhir:v "The value is not available because the observation procedure (test, etc.) was not performed." ] ] [ fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/codesystem-concept-comments"^^xsd:anyURI ] ; fhir:value [ fhir:v "This is most often associated with required bindings that do not include the actual code used, but may be used with other data types." ] ] ) ; fhir:code [ fhir:v "not-permitted" ] ; fhir:display [ fhir:v "Not Permitted" ] ; fhir:definition [ fhir:v "The value is not permitted in this context (e.g. due to profiles, or the base data types)." ] ] ) . # # -------------------------------------------------------------------------------------