Clinical Order Workflows
1.0.0-ballot - STU 1 Ballot International flag

This page is part of the Clinical Order Workflows (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: COW Service Request - JSON Representation

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "cow-service-request-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest cow-service-request-example</b></p><a name=\"cow-service-request-example\"> </a><a name=\"hccow-service-request-example\"> </a><a name=\"cow-service-request-example-en-US\"> </a><p><b>identifier</b>: <code>https://placer.example.org/ehr</code>/5f8b4be6-9484-449d-a217-7472a0389899</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 2345-7}\">Glucose [Mass/volume] in Serum or Plasma</span></p><p><b>subject</b>: Mr. John Doe (Identifier: Medical record number/553242)</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://placer.example.org/ehr",
      "value" : "5f8b4be6-9484-449d-a217-7472a0389899"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "2345-7"
      }
    ]
  },
  "subject" : {
    "type" : "Patient",
    "identifier" : {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR"
          }
        ]
      },
      "system" : "https://placer.example.org/ehr",
      "value" : "553242"
    },
    "display" : "Mr. John Doe"
  }
}