FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagerapport.endo.test-091
Resource TypeValueSet
IdValueSet-ValueSet-yes-no-unknown-not-applicable.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "ValueSetYesNoUnknownNotApplicable",
  "id": "ValueSet-yes-no-unknown-not-applicable",
  "title": "ValueSet - Yes No Unknown NotApplicable",
  "description": "Valueset with Yes, No, Unknown, and Not Applicable.\nThe MDI ValueSet - Yes No Unknown NotApplicable artifact overlaps with the VRDR Yes No Unknown NotApplicable artifact.",
  "version": "1.0.0",
  "url": "http://hl7.org/fhir/us/mdi/ValueSet/ValueSet-yes-no-unknown-not-applicable",
  "meta": {
    "versionId": "4",
    "lastUpdated": "2022-08-24T16:50:24.732+00:00",
    "source": "#378bkNU5QybBzfTp"
  },
  "experimental": false,
  "date": "2023-09-01T18:30:56.4544364+00:00",
  "publisher": "HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)",
  "contact": [
    {
      "name": "HL7 International - Public Health",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/pher"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "code": "US",
          "system": "urn:iso:std:iso:3166",
          "display": "United States of America"
        }
      ],
      "text": "United States of America"
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0136",
        "concept": [
          {
            "code": "Y",
            "display": "Yes"
          },
          {
            "code": "N",
            "display": "No"
          }
        ]
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept": [
          {
            "code": "UNK",
            "display": "unknown"
          },
          {
            "code": "NA",
            "display": "not applicable"
          }
        ]
      }
    ]
  }
}