![JAR search and dependency download from the Maven repository](/logo.png)
org.opencds.cqf.acceleratorkit.output.structuredefinition-hiv-test-status.json Maven / Gradle / Ivy
{
"resourceType": "StructureDefinition",
"id": "hiv-test-status",
"url": "http://fhir.org/guides/who/anc-cds/StructureDefinition/hiv-test-status",
"name": "hiv_test_status",
"title": "HIV test",
"status": "draft",
"experimental": false,
"description": "An HIV test is required for all pregnant women at the first contact in pregnancy and again at the first contact of the 3rd trimester if the HIV prevalence in the pregnant woman population is ≥ 5%. A test isn't required if the woman is already confirmed HIV+.",
"fhirVersion": "4.0.0",
"kind": "resource",
"abstract": false,
"type": "Observation",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation",
"path": "Observation",
"mustSupport": false
},
{
"id": "Observation.code",
"path": "Observation.code",
"min": 1,
"max": "1",
"fixedCodeableConcept": {
"coding": [
{
"system": "http://openmrs.org/concepts",
"code": "163725AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"display": "Concept - Test status"
}
]
},
"mustSupport": true
},
{
"id": "Observation.value[x]",
"path": "Observation.value[x]",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept"
}
],
"mustSupport": true,
"binding": {
"strength": "required",
"valueSet": "http://fhir.org/guides/who/anc-cds/ValueSet/hiv-test-status-values"
}
}
]
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy