PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.tools@0.4.0
    http://hl7.org/fhir/tools/CodeSystem/json-empty-behavior
{
  "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",
  "date": "2025-03-10T15:06:52+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": "false",
  "resourceType": "CodeSystem",
  "title": "Json Empty Behavior Codes",
  "package_version": "0.4.0",
  "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": "cb24f94e-5bfa-4126-bee9-bf3ae4ae97ce",
  "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.4.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg",
      "system": "url"
    } ]
  } ]
}