STARS Implementation Guide
0.3.0 - ci-build
This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "example-servicerequest",
"meta" : {
"profile" : [
🔗 "https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-servicerequest"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest example-servicerequest</b></p><a name=\"example-servicerequest\"> </a><a name=\"hcexample-servicerequest\"> </a><a name=\"example-servicerequest-en-US\"> </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\"/><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://ontoacdp.csiro.au/fhir/CodeSystem/stars-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-Shorty.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://ontoacdp.csiro.au/fhir/CodeSystem/stars-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/Shorty"
},
"authoredOn" : "2023-03-23",
"specimen" : [
{
🔗 "reference" : "Specimen/specimen-example"
}
]
}