Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide
1.0.0-ballot - STU1 Ballot United States of America flag

Respiratory Virus Hospitalization Surveillance Network (RESP-NET) Content Implementation Guide, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 1.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-resp-net-ig/ and changes regularly. See the Directory of published versions

: ServiceRequest Example - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b> Narrative: ServiceRequest</b></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://lab.smarthealthit.org",
      "value" : "061ef612-344f-4e7b-81a8-1059ae7bbe11"
    }
  ],
  "status" : "active",
  "intent" : "original-order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "363679005",
          "display" : "Imaging"
        }
      ],
      "text" : "Diagnostics Procedure"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "24627-2"
      }
    ],
    "text" : "Chest CT"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ecr-eve-everywoman"
  },
  "occurrenceDateTime" : "2013-05-08T09:33:27+07:00",
  "requester" : {
    🔗 "reference" : "Practitioner/practitioner-us-core-henry-seven"
  }
}