FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageus.cdc.phinvads
Resource TypeValueSet
IdValueSet-2.16.840.1.113883.3.520.4.14.json
FHIR VersionR4
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.113883.3.520.4.14
Version2
Statusactive
Date2010-01-10T00:12:00+11:00
NamePHVS_BehaviorCode_NAACCR
TitleNAACCR Behavior Code
Realmus
DescriptionCode for whether tissue samples are benign (0), borderline (1), in situ (2), or malignant (3).

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "ValueSet",
  "id": "2.16.840.1.113883.3.520.4.14",
  "meta": {
    "source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.113883.3.520.4.14"
  },
  "url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.113883.3.520.4.14",
  "version": "2",
  "name": "PHVS_BehaviorCode_NAACCR",
  "title": "NAACCR Behavior Code",
  "status": "active",
  "date": "2010-01-10T00:12:00+11:00",
  "description": "Code for whether tissue samples are benign (0), borderline (1), in situ (2), or malignant (3).",
  "compose": {
    "include": [
      {
        "system": "urn:oid:2.16.840.1.113883.3.520.3.14",
        "version": "1.0",
        "concept": [
          {
            "code": "0",
            "display": "Benign"
          },
          {
            "code": "2",
            "display": "Carcinoma in situ"
          },
          {
            "code": "6",
            "display": "Malignant, metastatic site"
          },
          {
            "code": "3",
            "display": "Malignant, primary site"
          },
          {
            "code": "9",
            "display": "Malignant, uncertain whether primary or metastatic site"
          },
          {
            "code": "1",
            "display": "Uncertain whether benign or malignant"
          }
        ]
      }
    ]
  }
}