electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: ProcedureRequest-eicr-procedurerequest-zika

Raw json

{
  "resourceType" : "ProcedureRequest",
  "id" : "eicr-procedurerequest-zika",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: eicr-procedurerequest-zika</p><p><b>status</b>: completed</p><p><b>intent</b>: order</p><p><b>priority</b>: asap</p><p><b>category</b>: Diagnostics Procedure <span style="background: LightGoldenRodYellow">(Details : {SNOMED CT code '103693007' = 'Diagnostic procedure', given as 'Diagnostic procedure (procedure)'})</span></p><p><b>code</b>: Zika RT-PCR <span style="background: LightGoldenRodYellow">(Details : {LOINC code '80825-3' = 'Zika virus envelope (E) gene [Presence] in Serum by NAA with probe detection', given as 'Zika virus envelope (E) gene [Presence] in Serum by Probe and target amplification method'})</span></p><p><b>subject</b>: <a href="Patient-ecr-patient-eve-everywoman.html">Generated Summary: id: ecr-patient-eve-everywoman; Medical Record Number = 1032702 (USUAL), SSN = 11-00-1234 (USUAL); active; Eve L Everywoman ; ph: 1-(404)555-1212(HOME), eve.everywoman@example.com; gender: female; birthDate: 24/11/1974</a></p><p><b>performer</b>: <a href="Organization-ecr-organization-acme-labs.html">Acme Labs. Generated Summary: id: ecr-organization-acme-labs; 999999999; active; <span title="Codes: {http://hl7.org/fhir/v3/RoleCode OUTLAB}">outpatient laboratory</span>; name: Acme Labs; ph: +1-555-555-4444, mail@acme-labs.com</a></p></div>"
  },
  "status" : "completed",
  "intent" : "order",
  "priority" : "asap",
  "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 Probe and target amplification method"
      }
    ],
    "text" : "Zika RT-PCR"
  },
  "subject" : {
    "reference" : "Patient/ecr-patient-eve-everywoman"
  },
  "performer" : {
    "reference" : "Organization/ecr-organization-acme-labs",
    "display" : "Acme Labs"
  }
}