FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5
0.0.1-snapshot-2 - informative International flag

FHIR Cross-Version Extensions package for FHIR R4 from FHIR R5 - Version 0.0.1-snapshot-2. See the Directory of published versions

: Observation Data Type - TTL Representation

Page standards status: Informative Maturity Level: 1

Raw ttl | Download


@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 -------------------------------------------------------------------

 a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "permitted-data-type"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <p>This code system \n              <code>http://hl7.org/fhir/permitted-data-type</code> defines the following codes:\n            </p>\n            <table class=\"codes\">\n              <tr>\n                <td style=\"white-space:nowrap\">\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Quantity\n                  <a name=\"permitted-data-type-Quantity\"> </a>\n                </td>\n                <td>A measured amount.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">CodeableConcept\n                  <a name=\"permitted-data-type-CodeableConcept\"> </a>\n                </td>\n                <td>A coded concept from a reference terminology and/or text.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">string\n                  <a name=\"permitted-data-type-string\"> </a>\n                </td>\n                <td>A sequence of Unicode characters.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">boolean\n                  <a name=\"permitted-data-type-boolean\"> </a>\n                </td>\n                <td>true or false.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">integer\n                  <a name=\"permitted-data-type-integer\"> </a>\n                </td>\n                <td>A signed integer.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Range\n                  <a name=\"permitted-data-type-Range\"> </a>\n                </td>\n                <td>A set of values bounded by low and high.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Ratio\n                  <a name=\"permitted-data-type-Ratio\"> </a>\n                </td>\n                <td>A ratio of two Quantity values - a numerator and a denominator.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">SampledData\n                  <a name=\"permitted-data-type-SampledData\"> </a>\n                </td>\n                <td>A series of measurements taken by a device.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">time\n                  <a name=\"permitted-data-type-time\"> </a>\n                </td>\n                <td>A time during the day, in the format hh:mm:ss.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">dateTime\n                  <a name=\"permitted-data-type-dateTime\"> </a>\n                </td>\n                <td>A date, date-time or partial date (e.g. just year or year + month) as used in human communication.</td>\n              </tr>\n              <tr>\n                <td style=\"white-space:nowrap\">Period\n                  <a name=\"permitted-data-type-Period\"> </a>\n                </td>\n                <td>A time range defined by start and end date/time.</td>\n              </tr>\n            </table>\n          </div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "informative"     ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
fhir:value [
a fhir:integer ;
fhir:v 1     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "packageId"^^xsd:anyURI ] ;
fhir:value [
a fhir:id ;
fhir:v "hl7.fhir.uv.xver-r5.r4"       ]     ] [
fhir:url [ fhir:v "version"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "0.0.1-snapshot-2"       ]     ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/package-source"^^xsd:anyURI ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "oo"     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/permitted-data-type"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "5.0.0"] ; # 
  fhir:name [ fhir:v "ObservationDataType"] ; # 
  fhir:title [ fhir:v "Observation Data Type"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2021-01-05T09:01:24+10:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "Orders and Observations"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Orders and Observations" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/orders" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Permitted data type for observation value."] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ]     ] )
  ] ) ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:valueSet [
fhir:v "http://hl7.org/fhir/ValueSet/permitted-data-type|4.0.1"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/ValueSet/permitted-data-type|4.0.1>
  ] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "Quantity" ] ;
fhir:display [ fhir:v "Quantity" ] ;
fhir:definition [ fhir:v "A measured amount." ]
  ] [
fhir:code [ fhir:v "CodeableConcept" ] ;
fhir:display [ fhir:v "CodeableConcept" ] ;
fhir:definition [ fhir:v "A coded concept from a reference terminology and/or text." ]
  ] [
fhir:code [ fhir:v "string" ] ;
fhir:display [ fhir:v "string" ] ;
fhir:definition [ fhir:v "A sequence of Unicode characters." ]
  ] [
fhir:code [ fhir:v "boolean" ] ;
fhir:display [ fhir:v "boolean" ] ;
fhir:definition [ fhir:v "true or false." ]
  ] [
fhir:code [ fhir:v "integer" ] ;
fhir:display [ fhir:v "integer" ] ;
fhir:definition [ fhir:v "A signed integer." ]
  ] [
fhir:code [ fhir:v "Range" ] ;
fhir:display [ fhir:v "Range" ] ;
fhir:definition [ fhir:v "A set of values bounded by low and high." ]
  ] [
fhir:code [ fhir:v "Ratio" ] ;
fhir:display [ fhir:v "Ratio" ] ;
fhir:definition [ fhir:v "A ratio of two Quantity values - a numerator and a denominator." ]
  ] [
fhir:code [ fhir:v "SampledData" ] ;
fhir:display [ fhir:v "SampledData" ] ;
fhir:definition [ fhir:v "A series of measurements taken by a device." ]
  ] [
fhir:code [ fhir:v "time" ] ;
fhir:display [ fhir:v "time" ] ;
fhir:definition [ fhir:v "A time during the day, in the format hh:mm:ss." ]
  ] [
fhir:code [ fhir:v "dateTime" ] ;
fhir:display [ fhir:v "dateTime" ] ;
fhir:definition [ fhir:v "A date, date-time or partial date (e.g. just year or year + month) as used in human communication." ]
  ] [
fhir:code [ fhir:v "Period" ] ;
fhir:display [ fhir:v "Period" ] ;
fhir:definition [ fhir:v "A time range defined by start and end date/time." ]
  ] ) . #