FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| be.fhir.pregnancy-status#current | be-pregnancy-status | Pregnancy Status (administrative) |
Resources that this resource uses
| CodeSystem |
| hl7.fhir.vn.core#current | sct | SNOMED CT (all versions) |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://snomed.info/sct version Not Stated (use latest from terminology server)
Source1
{
"resourceType": "ValueSet",
"id": "be-pregnancy-status-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://www.ehealth.fgov.be/standards/fhir/pregnancy-status/ValueSet/be-pregnancy-status-vs",
"version": "0.1.0",
"name": "BePregnancyStatusVS",
"title": "Pregnancy status value set (BE)",
"status": "draft",
"date": "2026-07-16T11:15:19+00:00",
"publisher": "Departement Zorg",
"contact": [
{
"name": "Departement Zorg",
"telecom": [
{
"system": "url",
"value": "https://www.departementzorg.be"
}
]
}
],
"description": "Codes describing the current pregnancy status of a woman, aligned with the IPS pregnancy status value set.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "BE",
"display": "Belgium"
}
]
}
],
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "77386006",
"display": "Pregnant (finding)"
},
{
"code": "60001007",
"display": "Not pregnant (finding)"
}
]
}
]
}
}