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

FHIR IG Statistics: ValueSet/v2-0136

Packagehl7.terminology
TypeValueSet
Idv2-0136
FHIR VersionR5
Sourcehttp://terminology.hl7.org/https://build.fhir.org/ig/HL7/UTG/ValueSet-v2-0136.html
URLhttp://terminology.hl7.org/ValueSet/v2-0136
Version2.0.0
Statusactive
Date2019-12-01
NameHl7VSYesNoIndicator
Titlehl7VS-yes-no-Indicator
Realmuv
Authorityhl7
DescriptionCodes specifying either Yes or No used in fields containing binary answers generally user-specified.
CopyrightThis material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html

Resources that use this resource

ConceptMap
table-hl70136-to-special-valuesTable HL70136 to Special Values Map
table-hl70136-to-specimen-statusTable HL70136 to Specimen Status Map
StructureDefinition
ICDHL7 v2 ICD Data Type
RPTHL7 v2 RPT Data Type
XADHL7 v2 XAD Data Type
adi-goal-order-by-descending-priority-extensionGoal Order by Descending Priority
JP_Observation_PhysicalExamJP Core Observation PhysicalExam Profile
ValueSet
aboriginalidentityindicatorAboriginal Identity Indicator

Resources that this resource uses

CodeSystem
v2-0532expandedYes-NoIndicator
v2-0532expandedYes-NoIndicator

Narrative

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

Generated Narrative: ValueSet v2-0136


Source

{
  "resourceType": "ValueSet",
  "id": "v2-0136",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://terminology.hl7.org/ValueSet/v2-0136",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.21.72"
    }
  ],
  "version": "2.0.0",
  "name": "Hl7VSYesNoIndicator",
  "title": "hl7VS-yes-no-Indicator",
  "status": "active",
  "experimental": false,
  "date": "2019-12-01",
  "publisher": "Health Level Seven International",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org"
        },
        {
          "system": "email",
          "value": "hq@HL7.org"
        }
      ]
    }
  ],
  "description": "Codes specifying either Yes or No used in fields containing binary answers generally user-specified.",
  "copyright": "This material derives from the HL7 Terminology (THO). THO is copyright ©1989+ Health Level Seven International and is made available under the CC0 designation. For more licensing information see: https://terminology.hl7.org/license.html",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
        "version": "2.0.0",
        "concept": [
          {
            "code": "Y"
          },
          {
            "code": "N"
          }
        ]
      }
    ]
  }
}