FHIR IG analytics
| Package | ch.fhir.ig.ch-epreg |
| Resource Type | ValueSet |
| Id | ValueSet-fetal-position.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7ch/ch-epreg/ValueSet-fetal-position.html |
| URL | http://fhir.ch/ig/ch-epreg/ValueSet/fetal-position |
| Version | 2.0.0-ballot-ci-build |
| Status | active |
| Date | 2025-12-16T12:37:49+00:00 |
| Name | FetalPosition |
| Title | CH EPREG VS: Fetal Position |
| Realm | ch |
| Authority | hl7 |
| Description | This value set includes SNOMED CT codes for fetal positions. |
| Copyright | CC0-1.0 |
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| sct | SNOMED codes used in this IG |
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)| Code | Display |
| 70028003 | Vertex presentation (finding) |
| 6096002 | Breech presentation (finding) |
| 73161006 | Transverse lie (disorder) |
Source1
{
"resourceType": "ValueSet",
"id": "fetal-position",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-epreg/ValueSet/fetal-position",
"version": "2.0.0-ballot-ci-build",
"name": "FetalPosition",
"title": "CH EPREG VS: Fetal Position",
"status": "active",
"experimental": false,
"date": "2025-12-16T12:37:49+00:00",
"publisher": "HL7 Switzerland",
"contact": [
{
"name": "HL7 Switzerland",
"telecom": [
{
"system": "url",
"value": "https://www.hl7.ch/"
}
]
}
],
"description": "This value set includes SNOMED CT codes for fetal positions.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CHE"
}
]
}
],
"copyright": "CC0-1.0",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "70028003",
"display": "Vertex presentation (finding)"
},
{
"code": "6096002",
"display": "Breech presentation (finding)"
},
{
"code": "73161006",
"display": "Transverse lie (disorder)"
}
]
}
]
}
}