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.13.json
FHIR VersionR4
URLhttp://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.113883.3.520.4.13
Version1
Statusactive
Date2010-01-10T00:12:00+11:00
NamePHVS_ScreeningResult_NAACCR
TitleNAACCR Screening Result
Realmus
DescriptionCode for the results of a screening test.

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.13",
  "meta": {
    "source": "https://phinvads.cdc.gov/vads/ViewValueSet.action?oid=2.16.840.1.113883.3.520.4.13"
  },
  "url": "http://phinvads.cdc.gov/fhir/ValueSet/2.16.840.1.113883.3.520.4.13",
  "version": "1",
  "name": "PHVS_ScreeningResult_NAACCR",
  "title": "NAACCR Screening Result",
  "status": "active",
  "date": "2010-01-10T00:12:00+11:00",
  "description": "Code for the results of a screening test.",
  "compose": {
    "include": [
      {
        "system": "urn:oid:2.16.840.1.113883.3.520.3.13",
        "version": "1.0",
        "concept": [
          {
            "code": "1",
            "display": "Abnormal-not suggestive of cancer"
          },
          {
            "code": "2",
            "display": "Abnormal-suggestive of cancer"
          },
          {
            "code": "4",
            "display": "Equivocal-evaluation recommended"
          },
          {
            "code": "3",
            "display": "Equivocal-no follow-up necessary"
          },
          {
            "code": "0",
            "display": "Within normal limits"
          }
        ]
      }
    ]
  }
}