PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.tx@ecosystem-1.7.6
    http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop
{
  "description": null,
  "_filename": "tests/notSelectable/codesystem-notSelectable-noprop.json",
  "package_name": "hl7.fhir.uv.tx",
  "date": "2023-04-01",
  "publisher": "FHIR Project",
  "content": "complete",
  "name": "NotSelectableTestCodeSystemNoProp",
  "type": null,
  "experimental": "false",
  "resourceType": "CodeSystem",
  "title": "NotSelectable Test Code System With No Property Definition",
  "package_version": "ecosystem-1.7.6",
  "status": "active",
  "id": "0b962547-96d0-444a-8013-bcbe3156b56e",
  "kind": null,
  "url": "http://hl7.org/fhir/test/CodeSystem/notSelectable-noprop",
  "concept": [ {
    "code": "codeU",
    "display": "Unknown Selectable State"
  }, {
    "code": "codeS",
    "display": "Selectable Code",
    "property": [ {
      "code": "notSelectable",
      "valueBoolean": false
    } ]
  }, {
    "code": "codeNS",
    "display": "Not Selectable Code",
    "property": [ {
      "code": "notSelectable",
      "valueBoolean": true
    } ]
  } ],
  "caseSensitive": true,
  "version": "0.1.0"
}