Da Vinci - Documentation Templates and Rules
2.1.0-preview - STU 2 United States of America flag

Da Vinci - Documentation Templates and Rules, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-dtr/ and changes regularly. See the Directory of published versions

: ServiceRequestExample - JSON Representation

Page standards status: Informative

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "ServiceRequestExample",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-servicerequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ServiceRequest</b><a name=\"ServiceRequestExample\"> </a><a name=\"hcServiceRequestExample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ServiceRequest &quot;ServiceRequestExample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://build.fhir.org/ig/HL7/davinci-crd/StructureDefinition-profile-servicerequest.html\">CRD Service Request</a></p></div><p><b>status</b>: draft</p><p><b>intent</b>: original-order</p><p><b>code</b>: Gas panel - Blood <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#24338-6)</span></p><p><b>subject</b>: <a href=\"Patient-examplepatient.html\">Patient/examplepatient</a></p><p><b>occurrence</b>: 2019-05-08 09:33:27+0700</p><p><b>authoredOn</b>: 2019-09-18 07:53:21+0700</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerExample.html\">Practitioner/PractitionerExample</a> &quot; DOE&quot;</p><p><b>reasonCode</b>: Decreased oxygen affinity <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#4565000)</span></p></div>"
  },
  "status" : "draft",
  "intent" : "original-order",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "24338-6"
      }
    ],
    "text" : "Gas panel - Blood"
  },
  "subject" : {
    🔗 "reference" : "Patient/examplepatient"
  },
  "occurrenceDateTime" : "2019-05-08T09:33:27+07:00",
  "authoredOn" : "2019-09-18T07:53:21+07:00",
  "requester" : {
    🔗 "reference" : "Practitioner/PractitionerExample"
  },
  "reasonCode" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "4565000"
        }
      ],
      "text" : "Decreased oxygen affinity"
    }
  ]
}