http://hl7.org/fhir/expression-language|4.0.1

name
ExpressionLanguage
package
hl7.fhir.r4.core@4.0.1
content
complete
status
draft
date
2019-10-31 22:29:23.0

ExpressionLanguage

The media type of the expression language.

{
  "description" : "The media type of the expression language.",
  "compose" : null,
  "package" : "hl7.fhir.r4.core@4.0.1",
  "date" : "2019-10-31T22:29:23Z",
  "meta" : {
    "lastUpdated" : "2019-11-01T09:29:23.356+11:00"
  },
  "publisher" : "HL7 (FHIR Project)",
  "content" : "complete",
  "name" : "ExpressionLanguage",
  "experimental" : false,
  "resourceType" : "CodeSystem",
  "title" : "ExpressionLanguage",
  "supliment" : null,
  "extension" : [ {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode" : "fhir"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
    "valueCode" : "trial-use"
  }, {
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 5
  } ],
  "status" : "draft",
  "id" : "8b531d18-bb6e-5ce8-8938-1c64c83bb1b3",
  "valueSet" : "http://hl7.org/fhir/ValueSet/expression-language",
  "url" : "http://hl7.org/fhir/expression-language",
  "identifier" : [ {
    "value" : "urn:oid:2.16.840.1.113883.4.642.4.106",
    "system" : "urn:ietf:rfc:3986"
  } ],
  "concept" : [ {
    "code" : "text/cql",
    "display" : "CQL",
    "definition" : "Clinical Quality Language."
  }, {
    "code" : "text/fhirpath",
    "display" : "FHIRPath",
    "definition" : "FHIRPath."
  }, {
    "code" : "application/x-fhir-query",
    "display" : "FHIR Query",
    "definition" : "FHIR's RESTful query syntax - typically independent of base URL."
  } ],
  "caseSensitive" : true,
  "version" : "4.0.1",
  "contact" : [ {
    "telecom" : [ {
      "value" : "http://hl7.org/fhir",
      "system" : "url"
    }, {
      "value" : "fhir@lists.hl7.org",
      "system" : "email"
    } ]
  } ]
}