Skip to content

Commit

Permalink
FHIR-47313 adding a note on MedReq and MedStatement
Browse files Browse the repository at this point in the history
  • Loading branch information
jddamore committed Nov 21, 2024
1 parent e8e7250 commit dbbea20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions input/fsh/CapabilityStatement-uv-ips.fsh
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,12 @@ Usage: #definition
* rest.resource[=].extension.url = "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
* rest.resource[=].extension.valueCode = #SHOULD
* rest.resource[=].supportedProfile = "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationRequest-uv-ips"
* rest.resource[=].documentation = "Some systems may only support MedicationRequest(IPS) or MedicationStatement(IPS)."
* rest.resource[+].type = #MedicationStatement
* rest.resource[=].extension.url = "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
* rest.resource[=].extension.valueCode = #SHOULD
* rest.resource[=].supportedProfile = "http://hl7.org/fhir/uv/ips/StructureDefinition/MedicationStatement-uv-ips"
* rest.resource[=].documentation = "Some systems may only support MedicationRequest(IPS) or MedicationStatement(IPS)."
* rest.resource[+].type = #CarePlan
* rest.resource[=].extension.url = "http://hl7.org/fhir/StructureDefinition/capabilitystatement-expectation"
* rest.resource[=].extension.valueCode = #MAY
Expand Down

0 comments on commit dbbea20

Please sign in to comment.