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

FHIR IG Statistics: ValueSet/ValueSet-yes-no-not-applicable

Packageihe.qrph.bfdr
TypeValueSet
IdValueSet-yes-no-not-applicable
FHIR VersionR4
Sourcehttps://profiles.ihe.net/QRPH/bfdr/https://build.fhir.org/ig/IHE/fhir-bfdr/ValueSet-ValueSet-yes-no-not-applicable.html
URLhttps://profiles.ihe.net/QRPH/bfdr/ValueSet/ValueSet-yes-no-not-applicable
Version1.1.0
Statusactive
Date2024-07-09T14:11:31+00:00
NameValueSetYesNoNotApplicable
TitleValueSet - Yes No NotApplicable
Realmuv
Authorityihe
DescriptionValueset with Yes, No, and Not Applicable.

Resources that use this resource

StructureDefinition
Observation-autopsy-histological-exam-results-usedObservation - Autopsy or Histological Exam Results Used

Resources that this resource uses

CodeSystem
v3-NullFlavorNullFlavor
v3-NullFlavorNullFlavor

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ValueSet-yes-no-not-applicable

version: versionId: id (PrimitiveType/ValueSet.meta.versionId): native = id -> 1; Last updated: 2023-08-29 04:20:12+0000

This value set includes codes based on the following rules:


Source

{
  "resourceType": "ValueSet",
  "id": "ValueSet-yes-no-not-applicable",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-08-29T04:20:12.649Z"
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://profiles.ihe.net/QRPH/bfdr/ValueSet/ValueSet-yes-no-not-applicable",
  "version": "1.1.0",
  "name": "ValueSetYesNoNotApplicable",
  "title": "ValueSet - Yes No NotApplicable",
  "status": "active",
  "experimental": false,
  "date": "2024-07-09T14:11:31+00:00",
  "publisher": "IHE International",
  "contact": [
    {
      "name": "IHE Quality, Research and Public Health Committee",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.ihe.net/ihe_domains/quality_research_and_public_health"
        }
      ]
    }
  ],
  "description": "Valueset with Yes, No, and Not Applicable.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "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": "NA",
            "display": "not applicable"
          }
        ]
      }
    ]
  }
}