{ "description": "empty-behaviour: what should be in JSON when a repeating elements has no items. Can be absent, present, or either", "_filename": "CodeSystem-json-empty-behavior.json", "package_name": "hl7.fhir.uv.tools.r4", "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": "JsonEmptyBehaviorCodes", "type": null, "experimental": "true", "resourceType": "CodeSystem", "title": "Json Empty Behavior Codes", "package_version": "0.3.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "fhir" } ], "status": "active", "id": "2a3e7ccc-56df-4fc3-ad12-eeff7508b708", "kind": null, "url": "http://hl7.org/fhir/tools/CodeSystem/json-empty-behavior", "identifier": [ { "value": "urn:oid:2.16.840.1.113883.4.642.40.1.16.10", "system": "urn:ietf:rfc:3986" } ], "concept": [ { "code": "absent", "display": "absent", "definition": "When there's no items, the json property for the array must be missing" }, { "code": "present", "display": "present", "definition": "When there's no items, the json property for the array must be present and empty" }, { "code": "either", "display": "either", "definition": "When there's no items, the json property for the array may be present and empty, or absent" } ], "caseSensitive": true, "version": "0.3.0", "contact": [ { "telecom": [ { "value": "http://www.hl7.org/Special/committees/fiwg", "system": "url" } ] } ] }