CDC FHIR® Implementation Guide: Anonymized Electronic Initial Case Reporting (eICR)
1.0.0 - ci-build United States of America flag

CDC FHIR® Implementation Guide: Anonymized Electronic Initial Case Reporting (eICR), published by APHL. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/lantanagroup/FHIR-us-eicr-anonymized/ and changes regularly. See the Directory of published versions

: eICR ServiceRequest Example - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "servicerequest-zika-anon",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest"
    ]
  },
  "text" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode" : "masked"
      }
    ],
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>MASKED</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://lab.smarthealthit.org",
      "value" : "061ef612-344f-4e7b-81a8-1059ae7bbe11"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "103693007",
          "display" : "Diagnostic procedure (procedure)"
        }
      ],
      "text" : "Diagnostics Procedure"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "80825-3",
        "display" : "Zika virus envelope E gene [Presence] in Serum by NAA with probe detection"
      }
    ],
    "text" : "Zika RT-PCR"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-anon"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/organization-acme-laboratory"
    }
  ]
}