Sha256: 09b561fb8abc236f151d939a0ac93ceb1e043a2ea199cc1e0407f8949be93d43
Contents?: true
Size: 1.7 KB
Versions: 3
Compression:
Stored size: 1.7 KB
Contents
{ "resourceType": "CodeSystem", "id": "expression-language", "meta": { "lastUpdated": "2018-12-27T22:37:54.724+11:00" }, "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 } ], "url": "http://hl7.org/fhir/expression-language", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.1.106" } ], "version": "4.0.0", "name": "ExpressionLanguage", "title": "ExpressionLanguage", "status": "draft", "experimental": false, "date": "2018-12-27T22:37:54+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "The media type of the expression language.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/expression-language", "content": "complete", "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." } ] }
Version data entries
3 entries across 3 versions & 1 rubygems