Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 2 additions & 33 deletions input/profiles/StructureDefinition-qicore-immunizationnotdone.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@
"element": [
{
"id": "Immunization",
"path": "Immunization",
"mustSupport": false
"path": "Immunization"
},
{
"id": "Immunization.status",
Expand Down Expand Up @@ -97,40 +96,10 @@
"valueSet": "http://hl7.org/fhir/us/qicore/ValueSet/qicore-negation-reason"
}
},
{
"id" : "Immunization.encounter",
"path" : "Immunization.encounter",
"short" : "Encounter the immunization was part of",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "Reference",
"targetProfile" : ["http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter"]
}]
},
{
"id": "Immunization.recorded",
"extension": [
{
"url": "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-keyelement",
"valueBoolean": true
}
],
"path": "Immunization.recorded",
"short": "(QI) Documented date Immunization did not occur.",
"min": 0,
"max": "1"
},
{
"id" : "Immunization.location",
"path" : "Immunization.location",
"short" : "Where the vaccine was administered",
"min" : 0,
"max" : "1",
"type" : [{
"code" : "Reference",
"targetProfile" : ["http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"]
}]
"short": "(QI) Documented date Immunization did not occur."
}
]
}
Expand Down