Skip to content

Commit

Permalink
#335 reduce context.patientId braces to one, no need to escape
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna committed May 31, 2023
1 parent d95582d commit c4ad96f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions input/pagecontent/quick-start.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,14 +144,14 @@
"description": "When prescribing opioids for subacute or chronic pain, providers should use urine drug testing before starting opioid therapy and consider urine drug testing at least annually to assess for prescribed medications as well as other controlled prescription drugs and illicit drugs.",
"id": "opioidcds-10-patient-view",
"prefetch": {
"item1": "Patient?_id=Patient/{context.patientId}",
"item2": "Condition?patient=Patient/{context.patientId}&category=http://terminology.hl7.org/CodeSystem/condition-category|encounter-diagnosis",
"item3": "Condition?patient=Patient/{context.patientId}&category=http://terminology.hl7.org/CodeSystem/condition-category|problem-list-item",
"item4": "Condition?patient=Patient/{context.patientId}&category=http://hl7.org/fhir/us/core/CodeSystem/condition-category|health-concern",
"item5": "ServiceRequest?patient=Patient/{context.patientId}",
"item6": "Observation?subject=Patient/{context.patientId}&category=http://terminology.hl7.org/CodeSystem/observation-category|laboratory",
"item7": "Procedure?patient=Patient/{context.patientId}&ode=http://snomed.info/sct|306205009,http://snomed.info/sct|305336008,http://snomed.info/sct|183919006,http://snomed.info/sct|428371000124100,http://snomed.info/sct|183920000,http://snomed.info/sct|183921001",
"item8": "Encounter?patient=Patient/{context.patientId}&"
"item1": "Patient?_id=Patient/{context.patientId}",
"item2": "Condition?patient=Patient/{context.patientId}&category=http://terminology.hl7.org/CodeSystem/condition-category|encounter-diagnosis",
"item3": "Condition?patient=Patient/{context.patientId}&category=http://terminology.hl7.org/CodeSystem/condition-category|problem-list-item",
"item4": "Condition?patient=Patient/{context.patientId}&category=http://hl7.org/fhir/us/core/CodeSystem/condition-category|health-concern",
"item5": "ServiceRequest?patient=Patient/{context.patientId}",
"item6": "Observation?subject=Patient/{context.patientId}&category=http://terminology.hl7.org/CodeSystem/observation-category|laboratory",
"item7": "Procedure?patient=Patient/{context.patientId}&code=http://snomed.info/sct|306205009,http://snomed.info/sct|305336008,http://snomed.info/sct|183919006,http://snomed.info/sct|428371000124100,http://snomed.info/sct|183920000,http://snomed.info/sct|183921001",
"item8": "Encounter?patient=Patient/{context.patientId}&"
}
}
]
Expand Down

0 comments on commit c4ad96f

Please sign in to comment.