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

FHIR IG Statistics: ValueSet/shr-core-YesNoUnknownVS

Packagehl7.fhir.us.breastcancer
TypeValueSet
Idshr-core-YesNoUnknownVS
FHIR VersionR3
Sourcehttp://hl7.org/fhir/us/breastcancer/http://hl7.org/fhir/us/breastcancer/2018Sep/ValueSet-shr-core-YesNoUnknownVS.html
URLhttp://hl7.org/fhir/us/breastcancer/ValueSet/shr-core-YesNoUnknownVS
Version0.2.0
Statusdraft
Date2018-08-17T00:00:00+10:00
NameYesNoUnknownVS
TitleBC YesNoUnknownVS ValueSet
Realmus
Authorityhl7
DescriptionCode set indicating yes, no, or unknown.

Resources that use this resource

StructureDefinition
cimi-context-ConditionPresenceContext-modelBC ConditionPresenceContext Logical Model
cimi-context-PresentOnAdmission-modelBC PresentOnAdmission Logical Model
oncology-BreastCancerPresenceStatement-modelBC BreastCancerPresenceStatement Logical Model
oncology-BreastTumor-modelBC BreastTumor Logical Model

Resources that this resource uses

CodeSystem
shr-core-YesNoUnknownCSBC YesNoUnknownCS CodeSystem

Narrative

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

BC YesNoUnknownVS ValueSet

Code set indicating yes, no, or unknown.


Source

{
  "resourceType": "ValueSet",
  "id": "shr-core-YesNoUnknownVS",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.org/fhir/us/breastcancer/ValueSet/shr-core-YesNoUnknownVS",
  "identifier": [
    {
      "system": "http://hl7.org/fhir/us/breastcancer",
      "value": "shr.core.YesNoUnknownVS"
    }
  ],
  "version": "0.2.0",
  "name": "YesNoUnknownVS",
  "title": "BC YesNoUnknownVS ValueSet",
  "status": "draft",
  "date": "2018-08-17T00:00:00+10:00",
  "publisher": "The HL7 Cancer Interoperability Group sponsored by Clinical Interoperability Council Work Group (CIC)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic/index.cfm"
        }
      ]
    }
  ],
  "description": "Code set indicating yes, no, or unknown.",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/us/breastcancer/CodeSystem/shr-core-YesNoUnknownCS",
        "concept": [
          {
            "code": "yes",
            "display": "Yes, or true"
          },
          {
            "code": "no",
            "display": "No, or false"
          },
          {
            "code": "unknown",
            "display": "Unknown"
          }
        ]
      }
    ]
  }
}