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 Anonymized Encounter Example: encounter-outpatient-anon - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "encounter-outpatient-anon",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.org/fhir/us/anonymized-eicr/StructureDefinition/eicr-anon-encounter"
    ]
  },
  "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://hospital.smarthealthit.org",
      "value" : "9937012"
    }
  ],
  "status" : "finished",
  "class" : {
    "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code" : "AMB",
    "display" : "ambulatory"
  },
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://www.ama-assn.org/go/cpt",
          "code" : "99202"
        }
      ],
      "text" : "Office Visit"
    }
  ],
  "subject" : {
    🔗 "reference" : "Patient/patient-anon"
  },
  "participant" : [
    {
      "type" : [
        {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
              "code" : "ATND",
              "display" : "attender"
            }
          ]
        }
      ],
      "individual" : {
        🔗 "reference" : "PractitionerRole/practitionerrole-anon"
      }
    }
  ],
  "period" : {
    "start" : "2018-04-01T10:00:00-05:00",
    "end" : "2018-04-02T10:15:00-05:00"
  },
  "diagnosis" : [
    {
      "extension" : [
        {
          "extension" : [
            {
              "url" : "triggerCodeValueSet",
              "valueOid" : "urn:oid:2.16.840.1.114222.4.11.7508"
            },
            {
              "url" : "triggerCodeValueSetVersion",
              "valueString" : "12/12/2018"
            },
            {
              "url" : "triggerCode",
              "valueCoding" : {
                "system" : "http://snomed.info/sct",
                "code" : "3928002",
                "display" : "Zika virus disease (disorder)"
              }
            }
          ],
          "url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-trigger-code-flag-extension"
        }
      ],
      "condition" : {
        🔗 "reference" : "Condition/condition-zika-anon"
      }
    },
    {
      "condition" : {
        🔗 "reference" : "Condition/condition-common-cold-anon"
      }
    }
  ],
  "location" : [
    {
      "location" : {
        🔗 "reference" : "Location/location-salem-medical-center"
      }
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/organization-salem-medical-center"
  }
}