HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "servicerequest-eicr-eve-everywoman-zika",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/ecr/StructureDefinition/eicr-servicerequest"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest servicerequest-eicr-eve-everywoman-zika</b></p><a name=\"servicerequest-eicr-eve-everywoman-zika\"> </a><a name=\"hcservicerequest-eicr-eve-everywoman-zika\"> </a><a name=\"servicerequest-eicr-eve-everywoman-zika-en-US\"> </a><p><b>identifier</b>: <code>http://lab.smarthealthit.org</code>/061ef612-344f-4e7b-81a8-1059ae7bbe19</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 103693007}\">Diagnostics Procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 80825-3}\">Zika RT-PCR</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>performer</b>: <a href=\"Organization-organization-ecr-acme-laboratory.html\">Acme Labs</a></p></div>"
},
"identifier" : [
{
"system" : "http://lab.smarthealthit.org",
"value" : "061ef612-344f-4e7b-81a8-1059ae7bbe19"
}
],
"status" : "completed",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "103693007",
"display" : "Diagnostic procedure (procedure)"
}
],
"text" : "Diagnostics Procedure"
}
],
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "80825-3",
"display" : "Zika virus envelope E gene [Presence] in Serum by NAA with probe detection"
}
],
"text" : "Zika RT-PCR"
},
"subject" : {
🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
"display" : "Eve Everywoman"
},
"performer" : [
{
🔗 "reference" : "Organization/organization-ecr-acme-laboratory",
"display" : "Acme Labs"
}
]
}