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 PractitionerRole Example: anonymized - JSON Representation

Raw json | Download


{
  "resourceType" : "PractitionerRole",
  "id" : "practitionerrole-anon",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.org/fhir/us/anonymized-eicr/StructureDefinition/eicr-anon-practitionerrole"
    ]
  },
  "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://hl7.org/fhir/sid/us-npi",
      "value" : "9941339108"
    }
  ],
  "practitioner" : {
    🔗 "reference" : "Practitioner/practitioner-anon"
  },
  "organization" : {
    🔗 "reference" : "Organization/organization-salem-medical-center"
  },
  "code" : [
    {
      "coding" : [
        {
          "system" : "http://nucc.org/provider-taxonomy",
          "code" : "261QP2300X",
          "display" : "Primary Care Clinic/Center"
        }
      ]
    }
  ],
  "specialty" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "419772000",
          "display" : "Family practice"
        }
      ]
    }
  ],
  "location" : [
    {
      🔗 "reference" : "Location/location-salem-medical-center"
    }
  ],
  "telecom" : [
    {
      "system" : "email",
      "_value" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "masked"
          }
        ]
      }
    }
  ]
}