This page is part of the electronic Case Reporting (eCR) (v1.1.0: STU 2 on FHIR R4 Ballot 1) based on FHIR R4. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Subscription;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "subscription-ostc"];
fhir:Resource.meta [
fhir:Meta.versionId [ fhir:value "4" ];
fhir:Meta.lastUpdated [ fhir:value "2020-10-12T23:31:44.706+00:00"^^xsd:dateTime ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n <tr>\n <td style=\"font-weight: bold\">id</td>\n <td>\n <div title=\"id\">subscription-ostc</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">meta</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">versionId</td>\n <td>\n <div title=\"versionId\">3</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">lastUpdated</td>\n <td>\n <div title=\"lastUpdated\">2019-10-11T20:44:42.000-04:00</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">status</td>\n <td>\n <div title=\"status\">requested</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">reason</td>\n <td>\n <div title=\"reason\">Example subscription for Organism_Substance trigger codes. Review http://hl7.org/fhir/subscription.html and modify status, channel, endpoint, etc. before using</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">criteria</td>\n <td>\n <div title=\"criteria\">Condition?code:in=http://hl7.org/fhir/us/ecr/ValueSet/ostc</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">channel</td>\n <td>\n <table>\n <tr>\n <td style=\"font-weight: bold\">type</td>\n <td>\n <div title=\"type\">email</div>\n </td>\n </tr>\n <tr>\n <td style=\"font-weight: bold\">endpoint</td>\n <td>\n <div title=\"endpoint\">mailto:nobody@example.org</div>\n </td>\n </tr>\n </table>\n </td>\n </tr>\n </table>\n </div>"
];
fhir:Subscription.status [ fhir:value "active"];
fhir:Subscription.reason [ fhir:value "Example subscription for Organism_Substance trigger codes. Review http://hl7.org/fhir/subscription.html and modify status, channel, endpoint, etc. before using"];
fhir:Subscription.criteria [ fhir:value "Condition?code:in=http://hl7.org/fhir/us/ecr/ValueSet/ostc"];
fhir:Subscription.channel [
fhir:Subscription.channel.type [ fhir:value "email" ];
fhir:Subscription.channel.endpoint [ fhir:value "mailto:nobody@example.org" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.