{
"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.r4",
"date": "2025-07-26T06:59:02+10: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.7.1",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 4
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
}, {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "informative",
"_valueCode": {
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/tools/ImplementationGuide/hl7.fhir.uv.tools"
} ]
}
} ],
"status": "active",
"id": "abaebf8e-cad0-4712-92c2-8844b77b1027",
"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.7.1",
"contact": [ {
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/fiwg",
"system": "url"
} ]
} ]
}