Stream: ihe
Topic: CapabilityStatement use for IHE profiles?
Jose Costa Teixeira (Aug 19 2017 at 15:30):
I am looking for the way to declare, using FHIR, that "I am EHR X, and I implement IHE.Actor1 and IHE.Actor2 (or Transactions/options 1 and 2, for that matter).
My 1st guess is along this:
{
"resourceType" : "CapabilityStatement",
"name" : "ACME_EHR",
"title" : "SystemX",
"status" : "active",
"instantiates" : [
"http://ihe.net/CapabilityStatement/Actor_1",
"http://ihe.net/CapabilityStatement/Actor_2"
],
...
}
Jose Costa Teixeira (Aug 19 2017 at 15:37):
Any ideas or comments?
Last updated: Apr 12 2022 at 19:14 UTC