FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/CodeSystem-YesNo

Packagehealthdata.be.r4.cbb
Resource TypeCodeSystem
IdCodeSystem-YesNo
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=healthdata.be.r4.cbb@0.16.0-beta&canonical=https://fhir.healthdata.be/CodeSystem/YesNo
URLhttps://fhir.healthdata.be/CodeSystem/YesNo
Version2020-09-01T00:00:00
Statusdraft
Date2023-07-07T11:50:14.7966344+00:00
NameYesNo
TitleYesNo
DescriptionYesNo
CopyrightCopyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.
Contentcomplete

Resources that use this resource

ValueSet
MultipleBirthIndicatorMultipleBirthIndicator

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "id": "CodeSystem-YesNo",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablecodesystem"
    ]
  },
  "language": "en-US",
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/resource-effectivePeriod",
      "valuePeriod": {
        "start": "2020-09-01T00:00:00+02:00"
      }
    }
  ],
  "url": "https://fhir.healthdata.be/CodeSystem/YesNo",
  "version": "2020-09-01T00:00:00",
  "name": "YesNo",
  "title": "YesNo",
  "status": "draft",
  "experimental": false,
  "date": "2023-07-07T11:50:14.7966344+00:00",
  "publisher": "Healthdata.be (Sciensano)",
  "contact": [
    {
      "name": "Service portal – healthdata.be",
      "telecom": [
        {
          "system": "url",
          "value": "https://sciensano.service-now.com/sp",
          "use": "work"
        }
      ]
    }
  ],
  "description": "YesNo",
  "copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
  "caseSensitive": false,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "0",
      "display": "No",
      "definition": "No",
      "designation": [
        {
          "language": "nl-BE",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009",
            "display": "Synonym"
          },
          "value": "Nee"
        },
        {
          "language": "fr-BE",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009",
            "display": "Synonym"
          },
          "value": "Non"
        }
      ]
    },
    {
      "code": "1",
      "display": "Yes",
      "definition": "Yes",
      "designation": [
        {
          "language": "nl-BE",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009",
            "display": "Synonym"
          },
          "value": "Ja"
        },
        {
          "language": "fr-BE",
          "use": {
            "system": "http://snomed.info/sct",
            "code": "900000000000013009",
            "display": "Synonym"
          },
          "value": "Oui"
        }
      ]
    }
  ]
}