{
"description": "A code that indicates how the server supports conditional read.",
"_filename": "CodeSystem-conditional-read-status.json",
"package_name": "hl7.fhir.uv.xver",
"date": "2019-11-01T08:29:23+10:00",
"publisher": "FHIR Infrastructure",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"display": "World"
} ]
} ],
"content": "complete",
"name": "ConditionalReadStatus",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "ConditionalReadStatus",
"package_version": "r4.r5-0.0.1-snapshot-2",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "normative"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-normative-version",
"valueCode": "4.0.0"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 5
}, {
"url": "http://hl7.org/fhir/StructureDefinition/package-source",
"extension": [ {
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r4.r5"
}, {
"url": "version",
"valueString": "0.0.1-snapshot-2"
} ]
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
} ],
"status": "active",
"id": "f15cbf50-9f97-4162-8dfe-1e85464dc303",
"valueSet": "http://hl7.org/fhir/ValueSet/conditional-read-status|5.0.0",
"kind": null,
"url": "http://hl7.org/fhir/conditional-read-status",
"concept": [ {
"code": "not-supported",
"display": "Not Supported",
"definition": "No support for conditional reads."
}, {
"code": "modified-since",
"display": "If-Modified-Since",
"definition": "Conditional reads are supported, but only with the If-Modified-Since HTTP Header."
}, {
"code": "not-match",
"display": "If-None-Match",
"definition": "Conditional reads are supported, but only with the If-None-Match HTTP Header."
}, {
"code": "full-support",
"display": "Full Support",
"definition": "Conditional reads are supported, with both If-Modified-Since and If-None-Match HTTP Headers."
} ],
"caseSensitive": true,
"version": "4.0.1",
"contact": [ {
"name": "FHIR Infrastructure",
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/fiwg",
"system": "url"
} ]
} ]
}