0.1.3 - ci-build
MED - Local Development build (v0.1.3) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "ServiceRequest",
"id" : "ServiceRequestExample001",
"meta" : {
"profile" : [
🔗 "https://fhir.medicaia.ar/StructureDefinition/ServiceRequestMED"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ServiceRequestExample001</b></p><a name=\"ServiceRequestExample001\"> </a><a name=\"hcServiceRequestExample001\"> </a><a name=\"ServiceRequestExample001-en-US\"> </a><p><b>identifier</b>: <code>http://www.medicaia.ar/RequestNr</code>/12345\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 108252007}\">Laboratory procedure</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 767002}\">White blood cell count - observation</span></p><p><b>subject</b>: <a href=\"Patient-PatientExample001.html\">Juan Domingo Perez Garcia Male, DoB: 1998-08-08 ( DOCUMENTO NACIONAL DE IDENTIDAD: 99.999.998)</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample001.html\">Encounter: extension = No display for Extension ; identifier = http://www.acme.com/identifiers/EJEMPLO#v2222; status = finished; class = ambulatory (Encounter Class#AMB); period = 2023-11-29 00:00:00+0000 --> (ongoing); reasonCode = Acute bronchiolitis with obstruction</a></p><p><b>occurrence</b>: 2024-09-20 13:28:17-0500</p><p><b>authoredOn</b>: 2024-09-20 13:28:17-0500</p><p><b>requester</b>: <a href=\"PractitionerRole-PractitionerRoleExample001.html\">PractitionerRole Doctor</a></p><p><b>note</b>: El paciente le teme a las agujas</p></div>"
},
"identifier" : [
{
"use" : "official",
"system" : "http://www.medicaia.ar/RequestNr",
"value" : "12345",
"assigner" : {
🔗 "reference" : "Organization/OrganizationExample001"
}
}
],
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "108252007",
"display" : "Laboratory procedure"
}
]
}
],
"code" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "767002",
"display" : "White blood cell count - observation"
}
]
},
"subject" : {
🔗 "reference" : "Patient/PatientExample001"
},
"encounter" : {
🔗 "reference" : "Encounter/EncounterExample001"
},
"occurrenceDateTime" : "2024-09-20T13:28:17-05:00",
"authoredOn" : "2024-09-20T13:28:17-05:00",
"requester" : {
🔗 "reference" : "PractitionerRole/PractitionerRoleExample001"
},
"note" : [
{
"text" : "El paciente le teme a las agujas"
}
]
}