electronic Case Reporting (eCR) Implementation Guide Release For Comment Ballot Version

This page is part of the electronic Case Reporting (eCR) (v0.1.0: STU 1 Ballot 1) based on FHIR R3. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: Communication-rr-example-3

Raw json

{
  "resourceType" : "Communication",
  "id" : "rr-example-3",
  "meta" : {
    "profile" : [
      "http://fhir.hl7.org/us/ecr/StructureDefinition/rr-communication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: rr-example-3</p><p><b>meta</b>: </p><p><b>identifier</b>: RR12346, 464564</p><p><b>definition</b>: <a href="PlanDefinition/authoringagency-1">PlanDefinition/authoringagency-1</a></p><p><b>status</b>: completed</p><p><b>category</b>: ACTION REQUIRED <span style="background: LightGoldenRodYellow">(Details : {http://acme.org/cdc-codes code 'action-required' = 'action-required', given as 'ACTION REQUIRED'})</span></p><p><b>subject</b>: <a href="Patient/rr-patient">Patient/rr-patient</a></p><p><b>recipient</b>: <a href="Organization/rr-routing-entity">Organization/rr-routing-entity</a>, <a href="Organization/rr-resp-agent">Organization/rr-resp-agent</a></p><p><b>topic</b>: Reportable condition notification: An initial report for Zika has been sent to the Health Authority West.</p><p><b>received</b>: 19/07/2017 4:09:06 AM</p><p><b>sender</b>: </p><p><b>reasonCode</b>: Zika virus disease <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '3928002' = 'Zika virus disease (disorder)', given as 'Zika virus disease (disorder)'})</span></p><h3>Payloads</h3><table class="grid"><tr><td>-</td><td><b>Extension</b></td><td><b>Content[x]</b></td></tr><tr><td>*</td><td/><td><a href="DocumentReference/eICR_CDA_document">eICR_Filename.xml</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "http://acme.org/identifiers",
      "value" : "RR12346"
    },
    {
      "system" : "http://acme.org/identifiers",
      "value" : "464564"
    }
  ],
  "definition" : [
    {
      "reference" : "PlanDefinition/authoringagency-1"
    }
  ],
  "status" : "completed",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://acme.org/cdc-codes",
          "code" : "action-required",
          "display" : "ACTION REQUIRED"
        }
      ],
      "text" : "ACTION REQUIRED"
    }
  ],
  "subject" : {
    "reference" : "Patient/rr-patient"
  },
  "recipient" : [
    {
      "extension" : [
        {
          "url" : "http://fhir.hl7.org/us/ecr/StructureDefinition/extension-location-relevance",
          "valueCode" : "both"
        }
      ],
      "reference" : "Organization/rr-routing-entity"
    },
    {
      "extension" : [
        {
          "url" : "http://fhir.hl7.org/us/ecr/StructureDefinition/extension-location-relevance",
          "valueCode" : "both"
        }
      ],
      "reference" : "Organization/rr-resp-agent"
    }
  ],
  "topic" : [
    {
      "extension" : [
        {
          "url" : "http://fhir.hl7.org/us/ecr/StructureDefinition/extension-topic-summary",
          "valueString" : "An initial case report was submitted electronically by your organization to determine if a patient has a public health reportable condition. The condition of Zika was identified and is a reportable condition in Michigan. The initial case report was forwarded to the Health Authority West."
        },
        {
          "url" : "http://fhir.hl7.org/us/ecr/StructureDefinition/extension-topic-dor",
          "valueCode" : "Y"
        },
        {
          "url" : "http://fhir.hl7.org/us/ecr/StructureDefinition/extension-topic-dor-reason",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://acme.org/cdc-codes",
                "code" : "missing",
                "display" : "MISSING REQUIRED DATA(TEMPORARY CODE)"
              }
            ],
            "text" : "MISSING REQUIRED DATA"
          }
        },
        {
          "url" : "http://fhir.hl7.org/us/ecr/StructureDefinition/extension-topic-dor-rule",
          "valueString" : "Rule used in reportability determination."
        }
      ],
      "display" : "Reportable condition notification: An initial report for Zika has been sent to the Health Authority West."
    }
  ],
  "received" : "2017-07-19T04:09:06Z",
  "sender" : {
    "extension" : [
      {
        "url" : "http://fhir.hl7.org/us/ecr/StructureDefinition/extension-practitioner-role",
        "valueReference" : {
          "reference" : "PractitionerRole/rr-sender"
        }
      }
    ]
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "3928002",
          "display" : "Zika virus disease (disorder)"
        }
      ],
      "text" : "Zika virus disease"
    }
  ],
  "payload" : [
    {
      "extension" : [
        {
          "url" : "http://fhir.hl7.org/us/ecr/StructureDefinition/extension-manual-init",
          "valueBoolean" : false
        }
      ],
      "contentReference" : {
        "extension" : [
          {
            "url" : "http://fhir.hl7.org/us/ecr/StructureDefinition/extension-manual-init-reason",
            "valueString" : "Free text containing the reason for the manual initiation"
          }
        ],
        "reference" : "DocumentReference/eICR_CDA_document",
        "identifier" : {
          "system" : "http://acme.org/EICR-identifier",
          "value" : "EICR123456"
        },
        "display" : "eICR_Filename.xml"
      }
    }
  ]
}