org.opencds.cqf.acceleratorkit.output.structuredefinition-mat-percept-fetal-move.json Maven / Gradle / Ivy
{
"resourceType": "StructureDefinition",
"id": "mat-percept-fetal-move",
"url": "http://fhir.org/guides/who/anc-cds/StructureDefinition/mat-percept-fetal-move",
"name": "mat_percept_fetal_move",
"title": "Has the woman felt the baby move? ",
"status": "draft",
"experimental": false,
"description": "Whether the woman has felt the baby move or not or if the baby's movements have decreased.",
"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": "162107AAAAAAAAAAAAAAAAAAAAAAAAAAAAAA",
"display": "Concept - History of fetal movement"
}
]
},
"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/mat-percept-fetal-move-values"
}
}
]
}
}