{
"description": "Specifies whether a particular element or resource is expected to have an id or not",
"_filename": "CodeSystem-id-expectation.json",
"package_name": "hl7.fhir.uv.tools.r3",
"date": "2024-10-27T07:27:27+11:00",
"publisher": "HL7 International / FHIR Infrastructure",
"jurisdiction": [ {
"coding": [ {
"code": "001",
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm"
} ]
} ],
"content": "complete",
"name": "IdExpectationCodes",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": "Id Expectation Codes",
"package_version": "0.3.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
} ],
"status": "active",
"id": "30b79ce6-14f3-47b1-8ef8-21caf65d86fd",
"kind": null,
"url": "http://hl7.org/fhir/tools/CodeSystem/id-expectation",
"identifier": {
"value": "urn:oid:2.16.840.1.113883.4.642.40.1.16.8",
"system": "urn:ietf:rfc:3986"
},
"concept": [ {
"code": "optional",
"display": "optional",
"definition": "Id may or not be present (this is the default for elements but not resources)"
}, {
"code": "required",
"display": "required",
"definition": "Id is required to be present (this is the default for resources but not elements)"
}, {
"code": "prohibited",
"display": "prohibited",
"definition": "An ID is not allowed in this context"
} ],
"caseSensitive": true,
"version": "0.3.0",
"contact": [ {
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/fiwg",
"system": "url"
} ]
} ]
}