org.opencds.cqf.acceleratorkit.output.structuredefinition-urine-protein.json Maven / Gradle / Ivy
{
"resourceType": "StructureDefinition",
"id": "urine-protein",
"url": "http://fhir.org/guides/who/anc-cds/StructureDefinition/urine-protein",
"name": "urine_protein",
"title": "Urine dipstick result - protein",
"status": "draft",
"experimental": false,
"description": "Urine dipstick tests should only be used to diagnose ASB in pregnancy if midstream culture and gram-staining are not possible. Dipstick tests are required to check for protein in the urine, a symptom of preeclampsia.\n\nEnter the result for the dipstick test - protein.",
"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": "1875AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"display": "Concept - URINE PROTEIN (DIP STICK)"
}
]
},
"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/urine-protein-values"
}
}
]
}
}