HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
1.1.0 - STU 2 Ballot

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

: eRSD Specification Bundle example - JSON Representation

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "bundle-ersd-specification-bundle",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2020-12-03T07:29:41.567+00:00",
    "source" : "#03KUTigYuEhIHYpa"
  },
  "type" : "collection",
  "entry" : [
    {
      "fullUrl" : "http://hl7.org/fhir/us/ecr/PlanDefinition/plandefinition-ersd-instance",
      "resource" : {
        "resourceType" : "PlanDefinition",
        "id" : "plandefinition-ersd-instance",
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n                        <p>\n                            <b>PlanDefinition eRSD Instance</b>\n                        </p>\n                        <p>\n                            <b>url</b>:\n\n\n\n                          \n                            <a href=\"PlanDefinition-plandefinition-ersd-instance.html\">http://hl7.org/fhir/us/ecr/PlanDefinition/plandefinition-ersd-instance</a>\n                        </p>\n                        <p>\n                            <b>version</b>: 3.0.0\n\n\n\n                      \n                        </p>\n                        <p>\n                            <b>name</b>: PlanDefinition_eRSD_Instance\n\n\n\n                      \n                        </p>\n                        <p>\n                            <b>title</b>: eRSD PlanDefinition Instance\n\n\n\n                      \n                        </p>\n                        <p>\n                            <b>type</b>:\n\n\n\n                          \n                            <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/plan-definition-type workflow-definition}\">Workflow\n                  Definition</span>\n                        </p>\n                        <p>\n                            <b>status</b>: active\n\n\n\n                      \n                        </p>\n                        <p>\n                            <b>experimental</b>: true\n\n\n\n                      \n                        </p>\n                        <p>\n                            <b>date</b>: Jul 31, 2020, 5:32:29 PM\n\n\n\n                      \n                        </p>\n                        <p>\n                            <b>publisher</b>: HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm)\n\n\n\n                      \n                        </p>\n                        <p>\n                            <b>contact</b>: HL7 International - Public Health:\n\n\n\n                          \n                            <a href=\"http://www.hl7.org/Special/committees/pher\">http://www.hl7.org/Special/committees/pher</a>\n                        </p>\n                        <p>\n                            <b>description</b>: An example ersd PlanDefinition\n\n\n\n                      \n                        </p>\n                        <p>\n                            <b>jurisdiction</b>:\n\n\n\n                          \n                            <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span>\n                        </p>\n                        <p>\n                            <b>effectivePeriod</b>: 2020-12-01 --&gt; (ongoing)\n\n\n\n                      \n                        </p>\n                    </div>"
        },
        "url" : "http://hl7.org/fhir/us/ecr/PlanDefinition/plandefinition-ersd-instance",
        "version" : "0.1",
        "name" : "PlanDefinition_eRSD_Instance",
        "title" : "eRSD PlanDefinition Instance",
        "type" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/plan-definition-type",
              "code" : "workflow-definition",
              "display" : "Workflow Definition"
            }
          ]
        },
        "status" : "active",
        "experimental" : true,
        "date" : "2020-07-31T12:32:29.858-05:00",
        "publisher" : "HL7 Public Health Work Group",
        "description" : "An example ersd PlanDefinition",
        "jurisdiction" : [
          {
            "coding" : [
              {
                "system" : "urn:iso:std:iso:3166",
                "code" : "US",
                "display" : "United States of America"
              }
            ],
            "text" : "United States of America"
          }
        ],
        "effectivePeriod" : {
          "start" : "2020-12-01"
        },
        "relatedArtifact" : [
          {
            "type" : "depends-on",
            "label" : "RCTC Value Set Library of Trigger Codes",
            "resource" : "http://hl7.org/fhir/us/ecr/Library/library-rctc"
          }
        ],
        "action" : [
          {
            "id" : "start",
            "description" : "This action represents the start of the reporting workflow in response to the encounter-start event",
            "textEquivalent" : "Start the reporting workflow in response to an encounter-start event",
            "code" : [
              {
                "coding" : [
                  {
                    "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/executabletask-type",
                    "code" : "start"
                  }
                ]
              }
            ],
            "trigger" : [
              {
                "id" : "encounter",
                "type" : "named-event",
                "name" : "encounter-start"
              }
            ],
            "relatedAction" : [
              {
                "actionId" : "check-reportable",
                "relationship" : "before-start",
                "offsetDuration" : {
                  "value" : 1,
                  "system" : "http://unitsofmeasure.org",
                  "code" : "h"
                }
              }
            ]
          },
          {
            "id" : "check-reportable",
            "description" : "This action represents the check for suspected reportability of the eICR.",
            "textEquivalent" : "Check Reportable",
            "code" : [
              {
                "coding" : [
                  {
                    "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/executabletask-type",
                    "code" : "check-reportable"
                  }
                ]
              }
            ],
            "action" : [
              {
                "id" : "ckr-is-encounter-reportable",
                "condition" : [
                  {
                    "kind" : "applicability",
                    "expression" : {
                      "extension" : [
                        {
                          "url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-alternativeExpression",
                          "valueExpression" : {
                            "language" : "text/cql-identifier",
                            "expression" : "Is Reportable",
                            "reference" : "http://aphl.org/fhir/ecr/Library/RuleFilters|1.0.0"
                          }
                        }
                      ],
                      "language" : "text/fhirpath",
                      "expression" : "%conditions.exists() or %encounters.exists() or %immunizations.exists() or %procedures.exists() or $procedureOrders.exists() or %labOrders.exists() or %labTests.exists() or %labResults.exists() or %medicationAdministrations.exists() or %medicationOrders.exists() or %medicationDispenses.exists()"
                    }
                  }
                ],
                "input" : [
                  {
                    "id" : "conditions",
                    "type" : "Condition",
                    "codeFilter" : [
                      {
                        "path" : "code",
                        "valueSet" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example"
                      }
                    ]
                  },
                  {
                    "id" : "encounters",
                    "type" : "Encounter",
                    "codeFilter" : [
                      {
                        "path" : "reasonCode",
                        "valueSet" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example"
                      }
                    ]
                  },
                  {
                    "id" : "immunizations",
                    "type" : "Immunization",
                    "codeFilter" : [
                      {
                        "path" : "vaccineCode",
                        "valueSet" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example"
                      }
                    ]
                  },
                  {
                    "id" : "labOrders",
                    "type" : "ServiceRequest",
                    "codeFilter" : [
                      {
                        "path" : "code",
                        "valueSet" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lotc-example"
                      }
                    ]
                  },
                  {
                    "id" : "labTests",
                    "type" : "Observation",
                    "codeFilter" : [
                      {
                        "path" : "code",
                        "valueSet" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lotc-example"
                      }
                    ]
                  },
                  {
                    "id" : "procedureOrders",
                    "type" : "ServiceRequest",
                    "codeFilter" : [
                      {
                        "path" : "code",
                        "valueSet" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-pctc-example"
                      }
                    ]
                  },
                  {
                    "id" : "procedures",
                    "type" : "Procedure",
                    "codeFilter" : [
                      {
                        "path" : "code",
                        "valueSet" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-pctc-example"
                      }
                    ]
                  },
                  {
                    "id" : "medicationOrders",
                    "type" : "MedicationRequest",
                    "codeFilter" : [
                      {
                        "path" : "medication",
                        "valueSet" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example"
                      }
                    ]
                  },
                  {
                    "id" : "medicationDispenses",
                    "type" : "MedicationDispense",
                    "codeFilter" : [
                      {
                        "path" : "medication",
                        "valueSet" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example"
                      }
                    ]
                  },
                  {
                    "id" : "medicationAdministrations",
                    "type" : "MedicationAdministration",
                    "codeFilter" : [
                      {
                        "path" : "medication",
                        "valueSet" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example"
                      }
                    ]
                  },
                  {
                    "id" : "labResults",
                    "type" : "Observation",
                    "codeFilter" : [
                      {
                        "path" : "value",
                        "valueSet" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-ostc-example"
                      }
                    ]
                  }
                ],
                "relatedAction" : [
                  {
                    "actionId" : "create-and-report-eicr",
                    "relationship" : "before-start"
                  }
                ]
              },
              {
                "id" : "ckr-is-encounter-in-progress",
                "condition" : [
                  {
                    "kind" : "applicability",
                    "expression" : {
                      "extension" : [
                        {
                          "url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-alternativeExpression",
                          "valueExpression" : {
                            "language" : "text/cql-identifier",
                            "expression" : "Is Encounter In Progress",
                            "reference" : "http://aphl.org/fhir/ecr/Library/RuleFilters|1.0.0"
                          }
                        }
                      ],
                      "language" : "text/fhirpath",
                      "expression" : "%encounter.status = 'in-progress'"
                    }
                  }
                ],
                "relatedAction" : [
                  {
                    "actionId" : "check-reportable",
                    "relationship" : "before-start",
                    "offsetDuration" : {
                      "value" : 6,
                      "system" : "http://unitsofmeasure.org",
                      "code" : "h"
                    }
                  }
                ]
              }
            ]
          },
          {
            "id" : "create-and-report-eicr",
            "description" : "This action represents the creation and reporting of the eICR.",
            "textEquivalent" : "Create and Report eICR",
            "code" : [
              {
                "coding" : [
                  {
                    "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/executabletask-type",
                    "code" : "create-and-report-eicr"
                  }
                ]
              }
            ],
            "action" : [
              {
                "id" : "car-report-eicr",
                "relatedAction" : [
                  {
                    "actionId" : "report-eicr",
                    "relationship" : "before-start"
                  }
                ]
              },
              {
                "id" : "car-is-encounter-complete",
                "condition" : [
                  {
                    "kind" : "applicability",
                    "expression" : {
                      "extension" : [
                        {
                          "url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-alternativeExpression",
                          "valueExpression" : {
                            "language" : "text/cql-identifier",
                            "expression" : "Is Encounter Complete",
                            "reference" : "http://aphl.org/fhir/ecr/Library/RuleFilters|1.0.0"
                          }
                        }
                      ],
                      "language" : "text/fhirpath",
                      "expression" : "%encounter.status = 'finished'"
                    }
                  }
                ],
                "relatedAction" : [
                  {
                    "actionId" : "report-eicr",
                    "relationship" : "before-start",
                    "offsetDuration" : {
                      "value" : 24,
                      "system" : "http://unitsofmeasure.org",
                      "code" : "h"
                    }
                  }
                ]
              },
              {
                "id" : "car-is-encounter-in-progress",
                "condition" : [
                  {
                    "kind" : "applicability",
                    "expression" : {
                      "extension" : [
                        {
                          "url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-alternativeExpression",
                          "valueExpression" : {
                            "language" : "text/cql-identifier",
                            "expression" : "Is Encounter In Progress",
                            "reference" : "http://aphl.org/fhir/ecr/Library/RuleFilters|1.0.0"
                          }
                        }
                      ],
                      "language" : "text/fhirpath",
                      "expression" : "%encounter.status = 'in-progress'"
                    }
                  }
                ],
                "relatedAction" : [
                  {
                    "actionId" : "create-and-report-eicr",
                    "relationship" : "before-start",
                    "offsetDuration" : {
                      "value" : 24,
                      "system" : "http://unitsofmeasure.org",
                      "code" : "h"
                    }
                  }
                ]
              }
            ]
          },
          {
            "id" : "report-eicr",
            "description" : "This action represents the reporting of the eICR.",
            "textEquivalent" : "Report eICR",
            "action" : [
              {
                "id" : "create-eicr",
                "description" : "This action represents the creation of the eICR.",
                "textEquivalent" : "Create eICR.",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/executabletask-type",
                        "code" : "create-eicr"
                      }
                    ]
                  }
                ],
                "relatedAction" : [
                  {
                    "actionId" : "validate-eicr",
                    "relationship" : "before-start"
                  }
                ]
              },
              {
                "id" : "validate-eicr",
                "description" : "This action represents the validation of the eICR.",
                "textEquivalent" : "Validate eICR.",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/executabletask-type",
                        "code" : "validate-eicr"
                      }
                    ]
                  }
                ],
                "relatedAction" : [
                  {
                    "actionId" : "route-and-send-eicr",
                    "relationship" : "before-start"
                  }
                ]
              },
              {
                "id" : "route-and-send-eicr",
                "description" : "This action represents the routing and sending of the eICR.",
                "textEquivalent" : "Route and send eICR",
                "code" : [
                  {
                    "coding" : [
                      {
                        "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/executabletask-type",
                        "code" : "route-and-send-eicr"
                      }
                    ]
                  }
                ]
              }
            ]
          }
        ]
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/us/ecr/Library/library-rctc",
      "resource" : {
        "resourceType" : "Library",
        "id" : "library-rctc",
        "text" : {
          "status" : "generated",
          "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:\n                </td>\n                                <td>\n                                    <div title=\"id\">library-rctc</div>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">meta:\n                </td>\n                                <td>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"versionId\">8</div>\n                                        </li>\n                                        <li>\n                                            <div title=\"lastUpdated\">2019-10-03T02:12:47.000-04:00</div>\n                                        </li>\n                                        <li>\n                                            <div title=\"profile\">http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-valueset-library</div>\n                                        </li>\n                                    </ul>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">url:\n                </td>\n                                <td>\n                                    <div title=\"url\">http://hl7.org/fhir/us/ecr/Library/library-rctc</div>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">identifier:\n                </td>\n                                <td>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"system\">urn:ietf:rfc:3986</div>\n                                        </li>\n                                        <li>\n                                            <div title=\"value\">urn:oid:2.16.840.1.114222.4.11.7508</div>\n                                        </li>\n                                    </ul>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">version:\n                </td>\n                                <td>\n                                    <div title=\"version\">2019-06-17</div>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">name:\n                </td>\n                                <td>\n                                    <div title=\"name\">Reportable_Condition_Trigger_Codes</div>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">title:\n                </td>\n                                <td>\n                                    <div title=\"title\">Reportable Condition Trigger Codes (RCTC)</div>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">status:\n                </td>\n                                <td>\n                                    <div title=\"status\">active</div>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">type:\n                </td>\n                                <td>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li> (\n\n\n\n\n\n\n\n                                            \n                                            <div title=\"code\">asset-collection</div> )\n\n\n\n\n\n\n\n\n                                        \n                                        </li>\n                                        <li>\n                                            <div title=\"system\">\n                                                <a href=\"http://terminology.hl7.org/CodeSystem/library-type\">http://terminology.hl7.org/CodeSystem/library-type</a>\n                                            </div>\n                                        </li>\n                                    </ul>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">description:\n                </td>\n                                <td>\n                                    <div title=\"description\">\n                    This release includes code updates for the existing conditions and adds codes for Parkinson’s disease and 13 enteric conditions. Medication codes have also been added to this version.\n                  </div>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">effectivePeriod:\n                </td>\n                                <td>\n                                    <div title=\"start\">2019-11-01</div>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">relatedArtifact:\n                </td>\n                                <td>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"type\">composed-of</div>\n                                        </li>\n                                        <li>\n                                            <div title=\"resource\">http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example</div>\n                                        </li>\n                                    </ul>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">relatedArtifact:\n                </td>\n                                <td>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"type\">composed-of</div>\n                                        </li>\n                                        <li>\n                                            <div title=\"resource\">http://hl7.org/fhir/us/ecr/ValueSet/valueset-ostc-example</div>\n                                        </li>\n                                    </ul>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">relatedArtifact:\n                </td>\n                                <td>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"type\">composed-of</div>\n                                        </li>\n                                        <li>\n                                            <div title=\"resource\">http://hl7.org/fhir/us/ecr/ValueSet/valueset-lotc-example</div>\n                                        </li>\n                                    </ul>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">relatedArtifact:\n                </td>\n                                <td>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"type\">composed-of</div>\n                                        </li>\n                                        <li>\n                                            <div title=\"resource\">http://hl7.org/fhir/us/ecr/ValueSet/valueset-lrtc-example</div>\n                                        </li>\n                                    </ul>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">relatedArtifact:\n                </td>\n                                <td>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"type\">composed-of</div>\n                                        </li>\n                                        <li>\n                                            <div title=\"resource\">http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example</div>\n                                        </li>\n                                    </ul>\n                                </td>\n                            </tr>\n                            <tr>\n                                <td style=\"font-weight: bold\">relatedArtifact:\n                </td>\n                                <td>\n                                    <ul style=\"list-style:none; padding-left:0; margin:0 0;\">\n                                        <li>\n                                            <div title=\"type\">composed-of</div>\n                                        </li>\n                                        <li>\n                                            <div title=\"resource\">http://hl7.org/fhir/us/ecr/ValueSet/valueset-iztc-example</div>\n                                        </li>\n                                    </ul>\n                                </td>\n                            </tr>\n                        </table>\n                    </div>"
        },
        "url" : "http://hl7.org/fhir/us/ecr/Library/library-rctc",
        "identifier" : [
          {
            "system" : "urn:ietf:rfc:3986",
            "value" : "urn:oid:2.16.840.1.114222.4.11.7508"
          }
        ],
        "version" : "2019-06-17",
        "name" : "Reportable_Condition_Trigger_Codes",
        "title" : "Reportable Condition Trigger Codes (RCTC)",
        "status" : "active",
        "type" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/library-type",
              "code" : "asset-collection"
            }
          ]
        },
        "description" : "This release includes code updates for the existing conditions and adds codes for Parkinson’s disease and 13 enteric conditions. Medication codes have also been added to this version.",
        "purpose" : "Triggers for initiating decision support for electronic case reports",
        "effectivePeriod" : {
          "start" : "2019-11-01"
        },
        "relatedArtifact" : [
          {
            "type" : "composed-of",
            "resource" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example"
          },
          {
            "type" : "composed-of",
            "resource" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-ostc-example"
          },
          {
            "type" : "composed-of",
            "resource" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lotc-example"
          },
          {
            "type" : "composed-of",
            "resource" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lrtc-example"
          },
          {
            "type" : "composed-of",
            "resource" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example"
          },
          {
            "type" : "composed-of",
            "resource" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-iztc-example"
          }
        ]
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example",
      "resource" : {
        "resourceType" : "ValueSet",
        "id" : "valueset-dxtc-example",
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>steward</b>: CSTE Steward: </p><p><b>author</b>: CSTE Author: </p><p><b>url</b>: <code>http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example</code></p><p><b>identifier</b>: id: urn:oid:2.16.840.1.113762.1.4.1146.627</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: Example_Diagnosis_Problem_Triggers_for_Public_Health_Reporting</p><p><b>title</b>: Example Diagnosis Problem Triggers for Public Health Reporting</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2018-08-01</p><p><b>publisher</b>: {site.data.fhir.ig.publisher}</p><p><b>contact</b>: HL7 Public Health and Emergency Response WorkGroup: <a href=\"http://www.hl7.org/Special/committees/pher/index.cfm\">http://www.hl7.org/Special/committees/pher/index.cfm</a></p><p><b>description</b>: This example set of values contains diagnoses or problems that represent that the patient may have a potentially reportable condition regardless of the clinical presentation of the condition</p><h3>UseContexts</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>jurisdiction</b>: <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>copyright</b>: This value set includes content from SNOMED CT, which is copyright &copy; 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a href=\"http://hl7.org/fhir/sid/icd-10-cm\">http://hl7.org/fhir/sid/icd-10-cm</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: A01</p><p><b>display</b>: Typhoid and paratyphoid fevers</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: A01.0</p><p><b>display</b>: Typhoid fever</p></blockquote></blockquote><blockquote><p><b>include</b></p><p><b>system</b>: <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: 10750051000119105</p><p><b>display</b>: Chlamydia trachomatis infection in mother complicating childbirth (disorder)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 10754031000119105</p><p><b>display</b>: Gonorrhea in mother complicating childbirth (disorder)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 1084791000119106</p><p><b>display</b>: Cardiac disorder due to typhoid fever (disorder)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 1086991000119103</p><p><b>display</b>: Gonococcal abscess of brain (disorder)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 1087051000119109</p><p><b>display</b>: Gonococcal osteomyelitis (disorder)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 1087061000119106</p><p><b>display</b>: Gonococcal pneumonia (disorder)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 1092371000119103</p><p><b>display</b>: Salmonella pyelonephritis (disorder)</p></blockquote></blockquote></blockquote></div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/valueset-steward",
            "valueContactDetail" : {
              "name" : "CSTE Steward"
            }
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/valueset-author",
            "valueContactDetail" : {
              "name" : "CSTE Author"
            }
          }
        ],
        "url" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-dxtc-example",
        "identifier" : [
          {
            "system" : "urn:ietf:rfc:3986",
            "value" : "urn:oid:2.16.840.1.113762.1.4.1146.627"
          }
        ],
        "version" : "1.0.0",
        "name" : "Example_Diagnosis_Problem_Triggers_for_Public_Health_Reporting",
        "title" : "Example Diagnosis Problem Triggers for Public Health Reporting",
        "status" : "draft",
        "experimental" : true,
        "date" : "2018-08-01",
        "publisher" : "{site.data.fhir.ig.publisher}",
        "contact" : [
          {
            "name" : "HL7 Public Health and Emergency Response WorkGroup",
            "telecom" : [
              {
                "system" : "url",
                "value" : "http://www.hl7.org/Special/committees/pher/index.cfm"
              }
            ]
          }
        ],
        "description" : "This example set of values contains diagnoses or problems that represent that the patient may have a potentially reportable condition regardless of the clinical presentation of the condition",
        "useContext" : [
          {
            "code" : {
              "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type",
              "code" : "reporting",
              "display" : "Reporting"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
                  "code" : "triggering",
                  "display" : "Triggering"
                }
              ]
            }
          }
        ],
        "jurisdiction" : [
          {
            "coding" : [
              {
                "system" : "urn:iso:std:iso:3166",
                "code" : "US",
                "display" : "United States of America"
              }
            ],
            "text" : "United States of America"
          }
        ],
        "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
        "compose" : {
          "include" : [
            {
              "system" : "http://hl7.org/fhir/sid/icd-10-cm",
              "concept" : [
                {
                  "code" : "A01",
                  "display" : "Typhoid and paratyphoid fevers"
                },
                {
                  "code" : "A01.0",
                  "display" : "Typhoid fever"
                }
              ]
            },
            {
              "system" : "http://snomed.info/sct",
              "concept" : [
                {
                  "code" : "10750051000119105",
                  "display" : "Chlamydia trachomatis infection in mother complicating childbirth (disorder)"
                },
                {
                  "code" : "10754031000119105",
                  "display" : "Gonorrhea in mother complicating childbirth (disorder)"
                },
                {
                  "code" : "1084791000119106",
                  "display" : "Cardiac disorder due to typhoid fever (disorder)"
                },
                {
                  "code" : "1086991000119103",
                  "display" : "Gonococcal abscess of brain (disorder)"
                },
                {
                  "code" : "1087051000119109",
                  "display" : "Gonococcal osteomyelitis (disorder)"
                },
                {
                  "code" : "1087061000119106",
                  "display" : "Gonococcal pneumonia (disorder)"
                },
                {
                  "code" : "1092371000119103",
                  "display" : "Salmonella pyelonephritis (disorder)"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-ostc-example",
      "resource" : {
        "resourceType" : "ValueSet",
        "id" : "valueset-ostc-example",
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>steward</b>: CSTE Steward: </p><p><b>author</b>: CSTE Author: </p><p><b>url</b>: <code>http://hl7.org/fhir/us/ecr/ValueSet/valueset-ostc-example</code></p><p><b>identifier</b>: id: urn:oid:2.16.840.1.113762.1.4.1146.1059</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: Example_Organism_Substance_Triggers_for_Public_Health_Reporting</p><p><b>title</b>: Example Organism Substance Triggers for Public Health Reporting</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2018-08-01</p><p><b>publisher</b>: {site.data.fhir.ig.publisher}</p><p><b>contact</b>: HL7 Public Health and Emergency Response WorkGroup: <a href=\"http://www.hl7.org/Special/committees/pher/index.cfm\">http://www.hl7.org/Special/committees/pher/index.cfm</a></p><p><b>description</b>: This example set of values contains organism and substance names that represent that the patient may have a potentially reportable condition regardless of the clinical presentation of the condition</p><h3>UseContexts</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>jurisdiction</b>: <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>copyright</b>: This value set includes content from SNOMED CT, which is copyright &copy; 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a href=\"http://snomed.info/sct\">http://snomed.info/sct</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: 1009003</p><p><b>display</b>: Salmonella Oakland (organism)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 10096007</p><p><b>display</b>: Salmonella Leoben (organism)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 10112007</p><p><b>display</b>: Salmonella Alamo (organism)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 10183008</p><p><b>display</b>: Salmonella Pensacola (organism)</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 10248003</p><p><b>display</b>: Salmonella Travis (organism)</p></blockquote></blockquote></blockquote></div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/valueset-steward",
            "valueContactDetail" : {
              "name" : "CSTE Steward"
            }
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/valueset-author",
            "valueContactDetail" : {
              "name" : "CSTE Author"
            }
          }
        ],
        "url" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-ostc-example",
        "identifier" : [
          {
            "system" : "urn:ietf:rfc:3986",
            "value" : "urn:oid:2.16.840.1.113762.1.4.1146.1059"
          }
        ],
        "version" : "1.0.0",
        "name" : "Example_Organism_Substance_Triggers_for_Public_Health_Reporting",
        "title" : "Example Organism Substance Triggers for Public Health Reporting",
        "status" : "draft",
        "experimental" : true,
        "date" : "2018-08-01",
        "publisher" : "{site.data.fhir.ig.publisher}",
        "contact" : [
          {
            "name" : "HL7 Public Health and Emergency Response WorkGroup",
            "telecom" : [
              {
                "system" : "url",
                "value" : "http://www.hl7.org/Special/committees/pher/index.cfm"
              }
            ]
          }
        ],
        "description" : "This example set of values contains organism and substance names that represent that the patient may have a potentially reportable condition regardless of the clinical presentation of the condition",
        "useContext" : [
          {
            "code" : {
              "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type",
              "code" : "reporting",
              "display" : "Reporting"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
                  "code" : "triggering",
                  "display" : "Triggering"
                }
              ]
            }
          }
        ],
        "jurisdiction" : [
          {
            "coding" : [
              {
                "system" : "urn:iso:std:iso:3166",
                "code" : "US",
                "display" : "United States of America"
              }
            ],
            "text" : "United States of America"
          }
        ],
        "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
        "compose" : {
          "include" : [
            {
              "system" : "http://snomed.info/sct",
              "concept" : [
                {
                  "code" : "1009003",
                  "display" : "Salmonella Oakland (organism)"
                },
                {
                  "code" : "10096007",
                  "display" : "Salmonella Leoben (organism)"
                },
                {
                  "code" : "10112007",
                  "display" : "Salmonella Alamo (organism)"
                },
                {
                  "code" : "10183008",
                  "display" : "Salmonella Pensacola (organism)"
                },
                {
                  "code" : "10248003",
                  "display" : "Salmonella Travis (organism)"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lotc-example",
      "resource" : {
        "resourceType" : "ValueSet",
        "id" : "valueset-lotc-example",
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>steward</b>: CSTE Steward: </p><p><b>author</b>: CSTE Author: </p><p><b>url</b>: <code>http://hl7.org/fhir/us/ecr/ValueSet/valueset-lotc-example</code></p><p><b>identifier</b>: id: urn:oid:2.16.840.1.113762.1.4.1146.1056</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: Example_Lab_Order_Test_Triggers_for_Public_Health_Reporting</p><p><b>title</b>: Example Lab Order Test Triggers for Public Health Reporting</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2018-08-01</p><p><b>publisher</b>: {site.data.fhir.ig.publisher}</p><p><b>contact</b>: HL7 Public Health and Emergency Response WorkGroup: <a href=\"http://www.hl7.org/Special/committees/pher/index.cfm\">http://www.hl7.org/Special/committees/pher/index.cfm</a></p><p><b>description</b>: This example set of values contains laboratory test names for orders that represent that the patient may have a potentially reportable condition regardless of the clinical presentation of the condition</p><h3>UseContexts</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>jurisdiction</b>: <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>copyright</b>: This material contains content from LOINC (http://loinc.org). LOINC is copyright &copy; 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC&reg; is a registered United States trademark of Regenstrief Institute, Inc</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a href=\"http://loinc.org\">http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: 11585-7</p><p><b>display</b>: Bordetella pertussis Ab [Units/volume] in Serum</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 16474-9</p><p><b>display</b>: Bordetella pertussis Ab [Units/volume] in Serum by Complement fixation</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 20992-4</p><p><b>display</b>: Bordetella pertussis Ab [Presence] in Unspecified specimen</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 22116-8</p><p><b>display</b>: Bordetella pertussis Ab [Titer] in Serum</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 22117-6</p><p><b>display</b>: Bordetella pertussis Ab [Titer] in Unspecified specimen</p></blockquote></blockquote></blockquote></div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/valueset-steward",
            "valueContactDetail" : {
              "name" : "CSTE Steward"
            }
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/valueset-author",
            "valueContactDetail" : {
              "name" : "CSTE Author"
            }
          }
        ],
        "url" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lotc-example",
        "identifier" : [
          {
            "system" : "urn:ietf:rfc:3986",
            "value" : "urn:oid:2.16.840.1.113762.1.4.1146.1056"
          }
        ],
        "version" : "1.0.0",
        "name" : "Example_Lab_Order_Test_Triggers_for_Public_Health_Reporting",
        "title" : "Example Lab Order Test Triggers for Public Health Reporting",
        "status" : "draft",
        "experimental" : true,
        "date" : "2018-08-01",
        "publisher" : "{site.data.fhir.ig.publisher}",
        "contact" : [
          {
            "name" : "HL7 Public Health and Emergency Response WorkGroup",
            "telecom" : [
              {
                "system" : "url",
                "value" : "http://www.hl7.org/Special/committees/pher/index.cfm"
              }
            ]
          }
        ],
        "description" : "This example set of values contains laboratory test names for orders that represent that the patient may have a potentially reportable condition regardless of the clinical presentation of the condition",
        "useContext" : [
          {
            "code" : {
              "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type",
              "code" : "reporting",
              "display" : "Reporting"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
                  "code" : "triggering",
                  "display" : "Triggering"
                }
              ]
            }
          }
        ],
        "jurisdiction" : [
          {
            "coding" : [
              {
                "system" : "urn:iso:std:iso:3166",
                "code" : "US",
                "display" : "United States of America"
              }
            ],
            "text" : "United States of America"
          }
        ],
        "copyright" : "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc",
        "compose" : {
          "include" : [
            {
              "system" : "http://loinc.org",
              "concept" : [
                {
                  "code" : "11585-7",
                  "display" : "Bordetella pertussis Ab [Units/volume] in Serum"
                },
                {
                  "code" : "16474-9",
                  "display" : "Bordetella pertussis Ab [Units/volume] in Serum by Complement fixation"
                },
                {
                  "code" : "20992-4",
                  "display" : "Bordetella pertussis Ab [Presence] in Unspecified specimen"
                },
                {
                  "code" : "22116-8",
                  "display" : "Bordetella pertussis Ab [Titer] in Serum"
                },
                {
                  "code" : "22117-6",
                  "display" : "Bordetella pertussis Ab [Titer] in Unspecified specimen"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lrtc-example",
      "resource" : {
        "resourceType" : "ValueSet",
        "id" : "valueset-lrtc-example",
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>steward</b>: CSTE Steward: </p><p><b>author</b>: CSTE Author: </p><p><b>url</b>: <code>http://hl7.org/fhir/us/ecr/ValueSet/valueset-lrtc-example</code></p><p><b>identifier</b>: id: urn:oid:2.16.840.1.113762.1.4.1146.1057</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: Example_Lab_Obs_Test_Name_Triggers_for_Public_Health_Reporting</p><p><b>title</b>: Example Lab Obs Test Name Triggers for Public Health Reporting</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2018-08-01</p><p><b>publisher</b>: {site.data.fhir.ig.publisher}</p><p><b>contact</b>: HL7 Public Health and Emergency Response WorkGroup: <a href=\"http://www.hl7.org/Special/committees/pher/index.cfm\">http://www.hl7.org/Special/committees/pher/index.cfm</a></p><p><b>description</b>: This example set of values contains laboratory observations test names that represent that the patient may have a potentially reportable condition regardless of the clinical presentation of the condition</p><h3>UseContexts</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>jurisdiction</b>: <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>copyright</b>: This material contains content from LOINC (http://loinc.org). LOINC is copyright &copy; 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC&reg; is a registered United States trademark of Regenstrief Institute, Inc</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a href=\"http://loinc.org\">http://loinc.org</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: 11585-7</p><p><b>display</b>: Bordetella pertussis Ab [Units/volume] in Serum</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 14127-5</p><p><b>display</b>: Neisseria gonorrhoeae [Presence] in Anal by Organism specific culture</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 14461-8</p><p><b>display</b>: Chlamydia trachomatis [Presence] in Blood by Organism specific culture</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 14462-6</p><p><b>display</b>: Chlamydia trachomatis [Presence] in Cerebral spinal fluid by Organism specific culture</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 14463-4</p><p><b>display</b>: Chlamydia trachomatis [Presence] in Cervix by Organism specific culture</p></blockquote></blockquote></blockquote></div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/valueset-steward",
            "valueContactDetail" : {
              "name" : "CSTE Steward"
            }
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/valueset-author",
            "valueContactDetail" : {
              "name" : "CSTE Author"
            }
          }
        ],
        "url" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-lrtc-example",
        "identifier" : [
          {
            "system" : "urn:ietf:rfc:3986",
            "value" : "urn:oid:2.16.840.1.113762.1.4.1146.1057"
          }
        ],
        "version" : "1.0.0",
        "name" : "Example_Lab_Obs_Test_Name_Triggers_for_Public_Health_Reporting",
        "title" : "Example Lab Obs Test Name Triggers for Public Health Reporting",
        "status" : "draft",
        "experimental" : true,
        "date" : "2018-08-01",
        "publisher" : "{site.data.fhir.ig.publisher}",
        "contact" : [
          {
            "name" : "HL7 Public Health and Emergency Response WorkGroup",
            "telecom" : [
              {
                "system" : "url",
                "value" : "http://www.hl7.org/Special/committees/pher/index.cfm"
              }
            ]
          }
        ],
        "description" : "This example set of values contains laboratory observations test names that represent that the patient may have a potentially reportable condition regardless of the clinical presentation of the condition",
        "useContext" : [
          {
            "code" : {
              "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type",
              "code" : "reporting",
              "display" : "Reporting"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
                  "code" : "triggering",
                  "display" : "Triggering"
                }
              ]
            }
          }
        ],
        "jurisdiction" : [
          {
            "coding" : [
              {
                "system" : "urn:iso:std:iso:3166",
                "code" : "US",
                "display" : "United States of America"
              }
            ],
            "text" : "United States of America"
          }
        ],
        "copyright" : "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc",
        "compose" : {
          "include" : [
            {
              "system" : "http://loinc.org",
              "concept" : [
                {
                  "code" : "11585-7",
                  "display" : "Bordetella pertussis Ab [Units/volume] in Serum"
                },
                {
                  "code" : "14127-5",
                  "display" : "Neisseria gonorrhoeae [Presence] in Anal by Organism specific culture"
                },
                {
                  "code" : "14461-8",
                  "display" : "Chlamydia trachomatis [Presence] in Blood by Organism specific culture"
                },
                {
                  "code" : "14462-6",
                  "display" : "Chlamydia trachomatis [Presence] in Cerebral spinal fluid by Organism specific culture"
                },
                {
                  "code" : "14463-4",
                  "display" : "Chlamydia trachomatis [Presence] in Cervix by Organism specific culture"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example",
      "resource" : {
        "resourceType" : "ValueSet",
        "id" : "valueset-mrtc-example",
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>steward</b>: CSTE Steward: </p><p><b>author</b>: CSTE Author: </p><p><b>url</b>: <code>http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example</code></p><p><b>identifier</b>: id: urn:oid:2.16.840.1.113762.1.4.1146.1060</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: Example_Medications_Triggers_for_Public_Health_Reporting</p><p><b>title</b>: Example Medications Triggers for Public Health Reporting</p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2018-08-01</p><p><b>publisher</b>: {site.data.fhir.ig.publisher}</p><p><b>description</b>: This example set of values contains CVX, RXNORM,and SNOMED medication codes that may represent that the patient may have a potentially reportable condition. These pertain to medications administered and medications prescribed, where the medication, coded in CVX,RXNORM,SNOMED, may be indicative of a reportable condition.</p><h3>UseContexts</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>jurisdiction</b>: <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>purpose</b>: Prescription drugs names used in observations documented in a clinical record.</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a href=\"http://www.nlm.nih.gov/research/umls/rxnorm\">http://www.nlm.nih.gov/research/umls/rxnorm</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: 809002</p><p><b>display</b>: Carbidopa 10 MG / Levodopa 100 MG Disintegrating Oral Tablet [Parcopa]</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 476515</p><p><b>display</b>: Carbidopa 25 MG / Levodopa 250 MG Disintegrating Oral Tablet</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 308988</p><p><b>display</b>: Carbidopa 25 MG / Levodopa 100 MG Extended Release Oral Tablet</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 724606</p><p><b>display</b>: Carbidopa 10 MG / Levodopa 100 MG Oral Tablet [Sinemet]</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 1600914</p><p><b>display</b>: 8 HR Carbidopa 48.75 MG / Levodopa 195 MG Extended Release Oral Capsule</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 476399</p><p><b>display</b>: Carbidopa 25 MG / Levodopa 100 MG Disintegrating Oral Tablet</p></blockquote></blockquote></blockquote></div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/valueset-steward",
            "valueContactDetail" : {
              "name" : "CSTE Steward"
            }
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/valueset-author",
            "valueContactDetail" : {
              "name" : "CSTE Author"
            }
          }
        ],
        "url" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-mrtc-example",
        "identifier" : [
          {
            "system" : "urn:ietf:rfc:3986",
            "value" : "urn:oid:2.16.840.1.113762.1.4.1146.1060"
          }
        ],
        "version" : "1.0.0",
        "name" : "Example_Medications_Triggers_for_Public_Health_Reporting",
        "title" : "Example Medications Triggers for Public Health Reporting",
        "status" : "active",
        "experimental" : true,
        "date" : "2018-08-01",
        "publisher" : "{site.data.fhir.ig.publisher}",
        "description" : "This example set of values contains CVX, RXNORM,and SNOMED medication codes that may represent that the patient may have a potentially reportable condition. These pertain to medications administered and medications prescribed, where the medication, coded in CVX,RXNORM,SNOMED, may be indicative of a reportable condition.",
        "useContext" : [
          {
            "code" : {
              "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type",
              "code" : "reporting",
              "display" : "Reporting"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
                  "code" : "triggering",
                  "display" : "Triggering"
                }
              ]
            }
          }
        ],
        "jurisdiction" : [
          {
            "coding" : [
              {
                "system" : "urn:iso:std:iso:3166",
                "code" : "US",
                "display" : "United States of America"
              }
            ],
            "text" : "United States of America"
          }
        ],
        "purpose" : "Prescription drugs names used in observations documented in a clinical record.",
        "compose" : {
          "include" : [
            {
              "system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
              "concept" : [
                {
                  "code" : "809002",
                  "display" : "Carbidopa 10 MG / Levodopa 100 MG Disintegrating Oral Tablet [Parcopa]"
                },
                {
                  "code" : "476515",
                  "display" : "Carbidopa 25 MG / Levodopa 250 MG Disintegrating Oral Tablet"
                },
                {
                  "code" : "308988",
                  "display" : "Carbidopa 25 MG / Levodopa 100 MG Extended Release Oral Tablet"
                },
                {
                  "code" : "724606",
                  "display" : "Carbidopa 10 MG / Levodopa 100 MG Oral Tablet [Sinemet]"
                },
                {
                  "code" : "1600914",
                  "display" : "8 HR Carbidopa 48.75 MG / Levodopa 195 MG Extended Release Oral Capsule"
                },
                {
                  "code" : "476399",
                  "display" : "Carbidopa 25 MG / Levodopa 100 MG Disintegrating Oral Tablet"
                }
              ]
            }
          ]
        }
      }
    },
    {
      "fullUrl" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-iztc-example",
      "resource" : {
        "resourceType" : "ValueSet",
        "id" : "valueset-iztc-example",
        "text" : {
          "status" : "extensions",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>steward</b>: CSTE Steward: </p><p><b>author</b>: CSTE Author: </p><p><b>url</b>: <code>http://hl7.org/fhir/us/ecr/ValueSet/valueset-iztc-example</code></p><p><b>identifier</b>: id: urn:oid:2.16.840.1.113762.1.4.1146.999999999</p><p><b>version</b>: 1.0.0</p><p><b>name</b>: Example_Immunizations_Triggers_for_Public_Health_Reporting</p><p><b>title</b>: Example Immunizations Triggers for Public Health Reporting</p><p><b>status</b>: active</p><p><b>experimental</b>: true</p><p><b>date</b>: 2018-08-01</p><p><b>publisher</b>: {site.data.fhir.ig.publisher}</p><p><b>description</b>: This example set of values contains CVX vaccine codes that may represent that the patient may have a potentially reportable condition. These pertain to vaccines administered and prescribed, where the vaccine, coded in CVX, may be indicative of a reportable condition.</p><h3>UseContexts</h3><table class=\"grid\"><tr><td>-</td></tr><tr><td>*</td></tr></table><p><b>jurisdiction</b>: <span title=\"Codes: {urn:iso:std:iso:3166 US}\">United States of America</span></p><p><b>purpose</b>: Vaccine drug names used in observations documented in a clinical record.</p><blockquote><p><b>compose</b></p><blockquote><p><b>include</b></p><p><b>system</b>: <a href=\"http://hl7.org/fhir/sid/cvx\">http://hl7.org/fhir/sid/cvx</a></p><blockquote><p><b>concept</b></p><p><b>code</b>: 01</p><p><b>display</b>: diphtheria, tetanus toxoids and pertussis vaccine</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 02</p><p><b>display</b>: trivalent poliovirus vaccine, live, oral</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 03</p><p><b>display</b>: measles, mumps and rubella virus vaccine</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 04</p><p><b>display</b>: measles and rubella virus vaccine</p></blockquote><blockquote><p><b>concept</b></p><p><b>code</b>: 05</p><p><b>display</b>: measles virus vaccine</p></blockquote></blockquote></blockquote></div>"
        },
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/valueset-steward",
            "valueContactDetail" : {
              "name" : "CSTE Steward"
            }
          },
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/valueset-author",
            "valueContactDetail" : {
              "name" : "CSTE Author"
            }
          }
        ],
        "url" : "http://hl7.org/fhir/us/ecr/ValueSet/valueset-iztc-example",
        "identifier" : [
          {
            "system" : "urn:ietf:rfc:3986",
            "value" : "urn:oid:2.16.840.1.113762.1.4.1146.999999999"
          }
        ],
        "version" : "1.0.0",
        "name" : "Example_Immunizations_Triggers_for_Public_Health_Reporting",
        "title" : "Example Immunizations Triggers for Public Health Reporting",
        "status" : "active",
        "experimental" : true,
        "date" : "2018-08-01",
        "publisher" : "{site.data.fhir.ig.publisher}",
        "description" : "This example set of values contains CVX vaccine codes that may represent that the patient may have a potentially reportable condition. These pertain to vaccines administered and prescribed, where the vaccine, coded in CVX, may be indicative of a reportable condition.",
        "useContext" : [
          {
            "code" : {
              "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context-type",
              "code" : "reporting",
              "display" : "Reporting"
            },
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://hl7.org/fhir/us/ecr/CodeSystem/us-ph-usage-context",
                  "code" : "triggering",
                  "display" : "Triggering"
                }
              ]
            }
          }
        ],
        "jurisdiction" : [
          {
            "coding" : [
              {
                "system" : "urn:iso:std:iso:3166",
                "code" : "US",
                "display" : "United States of America"
              }
            ],
            "text" : "United States of America"
          }
        ],
        "purpose" : "Vaccine drug names used in observations documented in a clinical record.",
        "compose" : {
          "include" : [
            {
              "system" : "http://hl7.org/fhir/sid/cvx",
              "concept" : [
                {
                  "code" : "01",
                  "display" : "diphtheria, tetanus toxoids and pertussis vaccine"
                },
                {
                  "code" : "02",
                  "display" : "trivalent poliovirus vaccine, live, oral"
                },
                {
                  "code" : "03",
                  "display" : "measles, mumps and rubella virus vaccine"
                },
                {
                  "code" : "04",
                  "display" : "measles and rubella virus vaccine"
                },
                {
                  "code" : "05",
                  "display" : "measles virus vaccine"
                }
              ]
            }
          ]
        }
      }
    }
  ]
}