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

This page is part of the electronic Case Reporting (eCR) (v2.0.0: STU 2 on FHIR R4) 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

: RR DocumentReference example: Zika follow-up - JSON Representation

Raw json | Download


{
  "resourceType" : "DocumentReference",
  "id" : "documentreference-zika-follow-up-pdf",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2021-08-13T03:55:05.964+00:00",
    "source" : "#5WqiIqtDkKw6T6kp",
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/rr-documentreference"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"documentreference-zika-follow-up-pdf\" Version \"2\" Updated \"2021-08-13T03:55:05.964Z\" </p><p style=\"margin-bottom: 0px\">Information Source: #5WqiIqtDkKw6T6kp!</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-rr-documentreference.html\">RR DocumentReference</a></p></div><p><b>Reportability Response Priority Extension</b>: Immediate action requested <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#RRVS18)</span></p><p><b>status</b>: current</p><p><b>type</b>: Public health information <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#83910-0 \"Public health Note\")</span></p><p><b>category</b>: Treatment and/or prevention <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#RRVS10)</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Patient/patient-ecr-eve-everywoman: Eve Everywoman</a> \" EVERYWOMAN\"</p><p><b>description</b>: Zika has particular risks for pregnant women. Follow-up guidance for pregnant women and couples who are planning pregnancy.</p><blockquote><p><b>content</b></p></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" : "RRVS18",
            "display" : "Immediate action requested"
          }
        ]
      }
    }
  ],
  "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" : "RRVS10",
          "display" : "Treatment and/or prevention"
        }
      ],
      "text" : "Treatment and/or prevention"
    }
  ],
  "subject" : {
    "reference" : "Patient/patient-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "description" : "Zika has particular risks for pregnant women. Follow-up guidance for pregnant women and couples who are planning pregnancy.",
  "content" : [
    {
      "attachment" : {
        "contentType" : "application/pdf",
        "url" : "http://statedepartmentofhealth.gov/epi/diseases/zika/Zika_Virus_Testing_Guidance.pdf"
      }
    }
  ]
}