FHIR IG analytics
| Package | hl7.eu.fhir.oah |
| Resource Type | ValueSet |
| Id | ValueSet-oah-cohort-characteristic-code-vs.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/oah/ValueSet-oah-cohort-characteristic-code-vs.html |
| URL | http://hl7.eu/fhir/ig/oah/ValueSet/oah-cohort-characteristic-code-vs |
| Version | 0.1.0-ci-build |
| Status | draft |
| Date | 2026-02-03T06:29:00+00:00 |
| Name | OahCohortCharacteristicCodeVs |
| Title | OAH Cohort Characteristic Code |
| Realm | eu |
| Authority | hl7 |
| Description | Codes used to describe inclusion or exclusion criteria for person cohorts (for example, age or sex). |
Resources that use this resource
| StructureDefinition |
| group-oah | Group: OAH Cohort |
Resources that this resource uses
| CodeSystem |
| loinc.org | LOINC codes used in this IG |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://loinc.org version Not Stated (use latest from terminology server)
Source1
{
"resourceType": "ValueSet",
"id": "oah-cohort-characteristic-code-vs",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.eu/fhir/ig/oah/ValueSet/oah-cohort-characteristic-code-vs",
"version": "0.1.0-ci-build",
"name": "OahCohortCharacteristicCodeVs",
"title": "OAH Cohort Characteristic Code",
"status": "draft",
"experimental": false,
"date": "2026-02-03T06:29:00+00:00",
"publisher": "OneAquaHealth Project",
"contact": [
{
"name": "OneAquaHealth Project",
"telecom": [
{
"system": "url",
"value": "https://www.oneaquahealth.eu"
}
]
}
],
"description": "Codes used to describe inclusion or exclusion criteria for person cohorts (for example, age or sex).",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "150",
"display": "Europe"
}
]
}
],
"compose": {
"include": [
{
"system": "http://loinc.org",
"concept": [
{
"code": "30525-0",
"display": "Age"
},
{
"code": "46098-0",
"display": "Sex"
}
]
}
]
}
}