org.opencds.cqf.acceleratorkit.output.structuredefinition-c-sections.json Maven / Gradle / Ivy
{
"resourceType": "StructureDefinition",
"id": "c-sections",
"url": "http://fhir.org/guides/who/anc-cds/StructureDefinition/c-sections",
"name": "c_sections",
"title": "No. of C-sections",
"status": "draft",
"experimental": false,
"description": "Total number of C-sections.",
"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": "160081AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"display": "Concept - Number of previous cesarean sections"
}
]
},
"mustSupport": true
},
{
"id": "Observation.value[x]",
"path": "Observation.value[x]",
"min": 1,
"max": "1",
"type": [
{
"code": "integer"
}
],
"mustSupport": true
}
]
}
}