FHIR IG analytics
| Package | smart.who.int.hiv |
| Resource Type | ValueSet |
| Id | ValueSet-HIV.C.DE41.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/WorldHealthOrganization/smart-hiv/ValueSet-HIV.C.DE41.html |
| URL | http://smart.who.int/hiv/ValueSet/HIV.C.DE41 |
| Version | 0.4.4 |
| Status | active |
| Date | 2025-12-08T16:48:01+00:00 |
| Name | HIVCDE41 |
| Title | Pregnancy intention in serodiscordant partnerships ValueSet |
| Authority | who |
| Description | Value set of client's intention or desire in the next year to either become pregnant or prevent a future pregnancy (in serodiscordant partnerships) |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://smart.who.int/hiv/CodeSystem/HIVConcepts version 📦0.4.4| Code | Display | Definition |
| HIV.C.DE42 | Yes, I want to become pregnant | Client intends to become pregnant |
| HIV.C.DE43 | I'm OK either way | Client is not intending to become pregnant, but would not be adverse to becoming pregnant |
| HIV.C.DE44 | No, I don't want to become pregnant | Client does not intend to become pregnant |
| HIV.C.DE45 | Unsure | Client is unsure or undecided about her pregnancy intentions |
Source1
{
"resourceType": "ValueSet",
"id": "HIV.C.DE41",
"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.C.DE41",
"version": "0.4.4",
"name": "HIVCDE41",
"title": "Pregnancy intention in serodiscordant partnerships ValueSet",
"status": "active",
"experimental": true,
"date": "2025-12-08T16:48:01+00:00",
"publisher": "WHO",
"contact": [
{
"name": "WHO",
"telecom": [
{
"system": "url",
"value": "http://who.int"
}
]
}
],
"description": "Value set of client's intention or desire in the next year to either become pregnant or prevent a future pregnancy (in serodiscordant partnerships)",
"compose": {
"include": [
{
"system": "http://smart.who.int/hiv/CodeSystem/HIVConcepts",
"concept": [
{
"code": "HIV.C.DE42",
"display": "Yes, I want to become pregnant"
},
{
"code": "HIV.C.DE43",
"display": "I'm OK either way"
},
{
"code": "HIV.C.DE44",
"display": "No, I don't want to become pregnant"
},
{
"code": "HIV.C.DE45",
"display": "Unsure"
}
]
}
]
}
}