{ "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", "date": "2023-12-19T11:34:35+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.1.0", "status": "active", "id": "dd18b84d-4ec5-4e7e-8ded-bdbd7e2c8a5b", "kind": null, "url": "http://hl7.org/fhir/tools/CodeSystem/id-expectation", "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.1.0", "contact": [ { "telecom": [ { "value": "http://hl7.org/Special/committees/fhir-i", "system": "url" } ] } ] }