HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.2 - STU 2 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: RR DocumentReference example: Zika info - JSON Representation

Raw json | Download

{
  "resourceType" : "DocumentReference",
  "id" : "documentreference-zika-info-pdf",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-documentreference"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: DocumentReference documentreference-zika-info-pdf</b></p><a name=\"documentreference-zika-info-pdf\"> </a><a name=\"hcdocumentreference-zika-info-pdf\"> </a><a name=\"documentreference-zika-info-pdf-en-US\"> </a><p><b>Reportability Response Priority Extension</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.274 RRVS17}\">Immediate action required</span></p><p><b>status</b>: Current</p><p><b>type</b>: <span title=\"Codes:{http://loinc.org 83910-0}\">Public health information</span></p><p><b>category</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.274 RRVS13}\">Outbreak- or Cluster Related</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>description</b>: Local mosquito-borne Zika virus creation was reported in your area. Increased watchfulness for symptoms of Zika virus in your patients is warranted.</p><blockquote><p><b>content</b></p><h3>Attachments</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>ContentType</b></td><td><b>Url</b></td></tr><tr><td style=\"display: none\">*</td><td>application/pdf</td><td><a href=\"http://statedepartmentofhealth.gov/epi/disease/zika/outbreakinfo.pdf\">http://statedepartmentofhealth.gov/epi/disease/zika/outbreakinfo.pdf</a></td></tr></table></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-priority-extension",
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:oid:2.16.840.1.114222.4.5.274",
            "code" : "RRVS17",
            "display" : "Immediate action required"
          }
        ]
      }
    }
  ],
  "status" : "current",
  "type" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "83910-0",
        "display" : "Public health Note"
      }
    ],
    "text" : "Public health information"
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "urn:oid:2.16.840.1.114222.4.5.274",
          "code" : "RRVS13",
          "display" : "Outbreak- or Cluster Related"
        }
      ],
      "text" : "Outbreak- or Cluster Related"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "description" : "Local mosquito-borne Zika virus creation was reported in your area. Increased watchfulness for symptoms of Zika virus in your patients is warranted.",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "http://statedepartmentofhealth.gov/epi/disease/zika/outbreakinfo.pdf"
      }
    }
  ]
}