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

FHIR IG Statistics: ValueSet/2.16.840.1.113883.3.520.4.11

Packageus.cdc.phinvads
Resource TypeValueSet
Id2.16.840.1.113883.3.520.4.11
FHIR VersionR4
Sourcehttp://fhir.org/packages/us.cdc.phinvads
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.113883.3.520.4.11
Version1
Statusactive
Date2010-01-10T00:12:00+11:00
NamePHVS_CancerStatus_NAACCR
TitleNAACCR Cancer Status
Realmus
DescriptionCode for the presence or absence of clinical evidence of the patient's malignant or non-malignant tumor.

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "2.16.840.1.113883.3.520.4.11",
  "meta": {
    "source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.113883.3.520.4.11"
  },
  "url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.113883.3.520.4.11",
  "version": "1",
  "name": "PHVS_CancerStatus_NAACCR",
  "title": "NAACCR Cancer Status",
  "status": "active",
  "date": "2010-01-10T00:12:00+11:00",
  "description": "Code for the presence or absence of clinical evidence of the patient's malignant or non-malignant tumor.",
  "compose": {
    "include": [
      {
        "system": "urn:oid:2.16.840.1.113883.3.520.3.11",
        "version": "1.0",
        "concept": [
          {
            "code": "2",
            "display": "Evidence of this tumor"
          },
          {
            "code": "1",
            "display": "No evidence of this tumor"
          },
          {
            "code": "9",
            "display": "Unknown, indeterminate whether this tumor is present, not stated in patient record"
          }
        ]
      }
    ]
  }
}