{
  "resourceType" : "ServiceRequest",
  "id" : "servicerequest-example",
  "meta" : {
    "profile" : ["https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-servicerequest"]
  },
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest servicerequest-example</b></p><a name=\"servicerequest-example\"> </a><a name=\"hcservicerequest-example\"> </a><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\">Language: en</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-csiro-stars-servicerequest.html\">CSIRO STARS ServiceRequest Profile</a></p></div><p><b>Submission Category</b>: <span title=\"Codes:{https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/submission-category-code-system 1}\">Routine testing no suspicion of emergency disease</span></p><p><b>identifier</b>: 5b6f1332-8717-47a7-8776-a421a7b1b583</p><p><b>requisition</b>: AS19-00443-P</p><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>subject</b>: <a href=\"Patient-Patient-Example1.html\">Horse1 (no stated gender), DoB Unknown ( Accession ID)</a></p><p><b>authoredOn</b>: 2023-03-23</p><p><b>specimen</b>: <a href=\"Specimen-specimen-example.html\">Specimen: accessionIdentifier = AS22-00345; type = Swab; condition = Frozen; note = sample prepared for transport</a></p></div>"
  },
  "extension" : [{
    "url" : "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-submission-category",
    "valueCodeableConcept" : {
      "coding" : [{
        "system" : "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/submission-category-code-system",
        "code" : "1",
        "display" : "Routine testing no suspicion of emergency disease"
      }]
    }
  }],
  "identifier" : [{
    "value" : "5b6f1332-8717-47a7-8776-a421a7b1b583"
  }],
  "requisition" : {
    "value" : "AS19-00443-P"
  },
  "status" : "active",
  "intent" : "proposal",
  "subject" : {
    "reference" : "Patient/Patient-Example1"
  },
  "authoredOn" : "2023-03-23",
  "specimen" : [{
    "reference" : "Specimen/specimen-example"
  }]
}