{
"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-04-26T06:44:22+10: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.2.0",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
} ],
"status": "active",
"id": "4b69f95f-aca1-4438-b478-df83d20d6e0e",
"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.2.0",
"contact": [ {
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/fiwg",
"system": "url"
} ]
} ]
}