Health Care Surveys Content Implementation Guide (IG)
1.0.1 - CI Build United States of America flag

Health Care Surveys Content Implementation Guide (IG), published by HL7 International - Public Health Work Group. This is not an authorized publication; it is the continuous build for version 1.0.1). This version is based on the current content of https://github.com/HL7/fhir-health-care-surveys-reporting-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/health-care-surveys-reporting/StructureDefinition/hcs-servicerequest"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b> Narrative: ServiceRequest</b></p></div>"
  },
  "status" : "active",
  "intent" : "original-order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "103693007",
          "display" : "Diagnostic procedure (procedure)"
        }
      ],
      "text" : "Diagnostics Procedure"
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "24627-2"
      }
    ],
    "text" : "Chest CT"
  },
  "subject" : {
    "reference" : "Patient/1"
  },
  "occurrenceDateTime" : "2013-05-08T09:33:27+07:00",
  "requester" : {
    "reference" : "Practitioner/1"
  }
}