Sha256: 907f96959b6d0320bedbff9d01db7522fb324e33db089d3a480f92ab9dfaf224
Contents?: true
Size: 1.62 KB
Versions: 7
Compression:
Stored size: 1.62 KB
Contents
{ "resourceType": "CodeSystem", "id": "assert-direction-codes", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+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": 2 } ], "url": "http://hl7.org/fhir/assert-direction-codes", "identifier": [ { "system": "urn:ietf:rfc:3986", "value": "urn:oid:2.16.840.1.113883.4.642.4.707" } ], "version": "4.0.1", "name": "AssertionDirectionType", "title": "AssertionDirectionType", "status": "draft", "experimental": false, "date": "2019-11-01T09:29:23+11:00", "publisher": "HL7 (FHIR Project)", "contact": [ { "telecom": [ { "system": "url", "value": "http://hl7.org/fhir" }, { "system": "email", "value": "fhir@lists.hl7.org" } ] } ], "description": "The type of direction to use for assertion.", "caseSensitive": true, "valueSet": "http://hl7.org/fhir/ValueSet/assert-direction-codes", "content": "complete", "concept": [ { "code": "response", "display": "response", "definition": "The assertion is evaluated on the response. This is the default value." }, { "code": "request", "display": "request", "definition": "The assertion is evaluated on the request." } ] }
Version data entries
7 entries across 7 versions & 1 rubygems