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

FHIR IG analytics

Packagehl7.fhir.us.ecr.r4
Resource TypeSubscription
IdSubscription-subscription-ostc.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-ostc

version: 7; Last updated: 2021-08-17 08:02:21+0000;

Information Source: #CuyeEjVRdwrLn81I

status: Active

reason: Example subscription for Organism_Substance 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-ostc-example

Channels

-TypeEndpoint
*Emailnobody@example.org

Source1

{
  "resourceType": "Subscription",
  "id": "subscription-ostc",
  "meta": {
    "versionId": "7",
    "lastUpdated": "2021-08-17T08:02:21.950+00:00",
    "source": "#CuyeEjVRdwrLn81I"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "reason": "Example subscription for Organism_Substance 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-ostc-example",
  "channel": {
    "type": "email",
    "endpoint": "mailto:nobody@example.org"
  }
}