FHIR IG analytics
| Package | smart.who.int.hiv |
| Resource Type | ValueSet |
| Id | ValueSet-HIV.D.DE697.json |
| FHIR Version | R4 |
| Source | file://C:\work\release\source\output/ValueSet-HIV.D.DE697.html |
| URL | http://smart.who.int/hiv/ValueSet/HIV.D.DE697 |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-07-08T23:21:58+02:00 |
| Name | HIVDDE697 |
| Title | Cervical cancer histopathology result ValueSet |
| Authority | who |
| Description | Value set of result of cervical cancer histopathology |
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| smart.who.int.hiv#1.0.0 | HIVConcepts | WHO SMART HIV Concepts CodeSystem |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://smart.who.int/hiv/CodeSystem/HIVConcepts| Code | Display | Definition |
| HIV.D.DE698 | Normal | Result of cervical cancer histopathology was normal |
| HIV.D.DE699 | LSIL (inclusive of LSIL-CIN1) | Result of cervical cancer histopathology was low-grade squamous intraepithelial lesion (LSIL) |
| HIV.D.DE700 | HSIL (inclusive of HSIL-CIN2 or HSIL-CIN3) | Result of cervical cancer histopathology was high-grade squamous intraepithelial lesion (HSIL) |
| HIV.D.DE701 | Invasive cervical cancer | Result of cervical cancer histopathology is invasive cervical cancer |
Source1
{
"resourceType": "ValueSet",
"id": "HIV.D.DE697",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablevalueset",
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-publishablevalueset",
"http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-computablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://smart.who.int/hiv/ValueSet/HIV.D.DE697",
"version": "1.0.0",
"name": "HIVDDE697",
"title": "Cervical cancer histopathology result ValueSet",
"status": "active",
"experimental": true,
"date": "2025-07-08T23:21:58+02:00",
"publisher": "WHO",
"contact": [
{
"name": "WHO",
"telecom": [
{
"system": "url",
"value": "http://who.int"
}
]
}
],
"description": "Value set of result of cervical cancer histopathology",
"compose": {
"include": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"concept": [
{
"code": "HIV.D.DE698",
"display": "Normal"
},
{
"code": "HIV.D.DE699",
"display": "LSIL (inclusive of LSIL-CIN1)"
},
{
"code": "HIV.D.DE700",
"display": "HSIL (inclusive of HSIL-CIN2 or HSIL-CIN3)"
},
{
"code": "HIV.D.DE701",
"display": "Invasive cervical cancer"
}
]
}
]
}
}