FHIR CI-Build

This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions

Example CodeSystem/permitted-data-type (Turtle)

Orders and Observations Work GroupMaturity Level: N/AStandards Status: Informative

Raw Turtle (+ also see Turtle/RDF Format Specification)

Definition for Code SystemObservationDataType

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

# - resource -------------------------------------------------------------------

[] a fhir:CodeSystem ;
  fhir:id [ fhir:v "permitted-data-type"] ;
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2024-04-12T18:40:09.078+00:00" ] ;
     fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
  ] ;
  fhir:text [
     fhir:status [ fhir:v "generated" ]
  ] ;
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:value [ fhir:v "oo" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:value [ fhir:v "trial-use" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:value [ fhir:v "1" ]
  ] ) ;
  fhir:url [ fhir:v "http://hl7.org/fhir/permitted-data-type"], [ fhir:v "http://hl7.org/fhir/permitted-data-type"] ;
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1332" ]
  ] [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1332" ]
  ] ) ;
  fhir:version [ fhir:v "6.0.0-cibuild"], [ fhir:v "6.0.0-cibuild"] ;
  fhir:name [ fhir:v "ObservationDataType"], [ fhir:v "ObservationDataType"] ;
  fhir:title [ fhir:v "Observation Data Type"], [ fhir:v "Observation Data Type"] ;
  fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
  fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
  fhir:date [ fhir:v "2021-01-05T10:01:24+11:00"], [ fhir:v "2021-01-05T10:01:24+11:00"] ;
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"], [ fhir:v "HL7 (FHIR Project)"] ;
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ;
  fhir:description [ fhir:v "Permitted data type for observation value."], [ 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" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [ fhir:v "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/permitted-data-type"] ;
  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." ]
  ] ) .

# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.