FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ecr
Resource TypeSubscription
IdSubscription-subscription-lotc.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Subscription subscription-lotc

Language: en

status: Active

reason: Example subscription for Lab Order Test trigger codes. Review http://hl7.org/fhir/subscription.html and modify status, channel, endpoint, etc. before using

criteria: Condition?code:in=http://hl7.org/fhir/us/ecr/ValueSet/valueset-lab-order-test-triggers-example

Channels

-TypeEndpoint
*Emailnobody@example.org

Source1

{
  "resourceType": "Subscription",
  "id": "subscription-lotc",
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "reason": "Example subscription for Lab Order Test trigger codes. Review http://hl7.org/fhir/subscription.html and modify status, channel, endpoint, etc. before using",
  "criteria": "Condition?code:in=http://hl7.org/fhir/us/ecr/ValueSet/valueset-lab-order-test-triggers-example",
  "channel": {
    "type": "email",
    "endpoint": "mailto:nobody@example.org"
  }
}