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

FHIR IG analytics

Packagehl7.fhir.us.ecr.r4b
Resource TypeSubscription
IdSubscription-subscription-dxtc.json
FHIR VersionR4B

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-dxtc

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

Information Source: #OVXkzMnUgrPGNQp3

status: Active

reason: Example subscription for Diagnosis_Problem 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-dxtc-example

Channels

-TypeEndpoint
*Emailnobody@example.org

Source1

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