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

This page is part of the electronic Case Reporting (eCR) (v2.1.2: STU 2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: eICR ServiceRequest Example - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "servicerequest-eicr-zika",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest servicerequest-eicr-zika</b></p><a name=\"servicerequest-eicr-zika\"> </a><a name=\"hcservicerequest-eicr-zika\"> </a><a name=\"servicerequest-eicr-zika-en-US\"> </a><p><b>identifier</b>: <code>http://lab.smarthealthit.org</code>/061ef612-344f-4e7b-81a8-1059ae7bbe11</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 103693007}\">Diagnostics Procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 80825-3}\">Zika RT-PCR</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>performer</b>: <a href=\"Organization-organization-ecr-acme-laboratory.html\">Acme Labs</a></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-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/organization-ecr-acme-laboratory",
      "display" : "Acme Labs"
    }
  ]
}