Virtually Healthcare HL7 FHIR Implementation Guide
0.1.0-current - ci-build United Kingdom flag

Virtually Healthcare HL7 FHIR Implementation Guide, published by Virtually Healthcare. This guide is not an authorized publication; it is the continuous build for version 0.1.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Virtually-Healthcare/Virtually-Healthcare-FHIR-Implementation-Guide/ and changes regularly. See the Directory of published versions

: ServiceRequest - Create - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "f3533ea0-9588-4f25-ace7-969d80823b20",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest f3533ea0-9588-4f25-ace7-969d80823b20</b></p><a name=\"f3533ea0-9588-4f25-ace7-969d80823b20\"> </a><a name=\"hcf3533ea0-9588-4f25-ace7-969d80823b20\"> </a><a name=\"f3533ea0-9588-4f25-ace7-969d80823b20-en-GB\"> </a><p><b>identifier</b>: <code>https://tools.ietf.org/html/rfc4122</code>/f3533ea0-9588-4f25-ace7-969d80823b20</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{https://fhir.nhs.uk/STU3/CodeSystem/eRS-ClinicType-1 HEART_FAILURE}, {http://snomed.info/sct 425315000}\">Cardiac assessment</span></p><p><b>subject</b>: Identifier: <code>https://fhir.nhs.uk/Id/nhs-number</code>/9912003888</p></div>"
  },
  "identifier" : [
    {
      "system" : "https://tools.ietf.org/html/rfc4122",
      "value" : "f3533ea0-9588-4f25-ace7-969d80823b20"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "https://fhir.nhs.uk/STU3/CodeSystem/eRS-ClinicType-1",
        "code" : "HEART_FAILURE"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "425315000",
        "display" : "Cardiac assessment"
      }
    ]
  },
  "subject" : {
    "identifier" : {
      "system" : "https://fhir.nhs.uk/Id/nhs-number",
      "value" : "9912003888"
    }
  }
}