Skip to content

Commit

Permalink
Merge pull request #1003 from cibijacob/main
Browse files Browse the repository at this point in the history
docs: update consent resource in the fhir bundle #947
  • Loading branch information
ratheesh-kr authored Jan 6, 2025
2 parents 0a1ea8e + 1db7bfb commit 330c077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/specifications/ccda/cda-fhir-bundle.xslt
Original file line number Diff line number Diff line change
Expand Up @@ -197,12 +197,12 @@
}
],
"subject" : {
"reference" : "Patient/<xsl:value-of select='$patientResourceId'/>"
"reference" : "Patient/<xsl:value-of select='$patientResourceId'/>",
"display" : "<xsl:value-of select='$patientResourceName'/>"
},
"organization" : [{
"reference" : "Organization/<xsl:value-of select='//ccda:assignedAuthor/ccda:representedOrganization/ccda:id/ccda:extension'/>"
}],
}]
},
"request" : {
"method" : "POST",
Expand Down

0 comments on commit 330c077

Please sign in to comment.