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

FHIR IG Statistics: ValueSet/2.16.840.1.114222.4.11.819

Packageus.cdc.phinvads
Resource TypeValueSet
Id2.16.840.1.114222.4.11.819
FHIR VersionR4
Sourcehttp://fhir.org/packages/us.cdc.phinvads
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.819
Version1
Statusactive
Date2019-01-01T00:10:00+11:00
NamePHVS_YesNo_HL7_2x
TitleYes No Indicator (HL7)
Realmus
DescriptionValue set used to respond to any question that can be answered only Yes or No. This value set is also HL7 table 0136 Yes/No Indicator.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
v2-0532expandedYes-NoIndicator

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "2.16.840.1.114222.4.11.819",
  "meta": {
    "source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.114222.4.11.819"
  },
  "url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.114222.4.11.819",
  "version": "1",
  "name": "PHVS_YesNo_HL7_2x",
  "title": "Yes No Indicator (HL7)",
  "status": "active",
  "date": "2019-01-01T00:10:00+11:00",
  "description": "Value set used to respond to any question that can be answered only Yes or No. This value set is also HL7 table 0136 Yes/No Indicator.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
        "version": "HL7 v2.5",
        "concept": [
          {
            "code": "N",
            "display": "No"
          },
          {
            "code": "Y",
            "display": "Yes"
          }
        ]
      }
    ]
  }
}