{
  "resourceType" : "ServiceRequest",
  "id" : "EjemploPatologiaServiceRequest",
  "meta" : {
    "profile" : ["https://emahealth.io/fhir/pathology/StructureDefinition/ema-pathology-service-request"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest EjemploPatologiaServiceRequest</b></p><a name=\"EjemploPatologiaServiceRequest\"> </a><a name=\"hcEjemploPatologiaServiceRequest\"> </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-ema-pathology-service-request.html\">EMA Pathology Service Request</a></p></div><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 609156000}\">Biopsia core de mama</span></p><p><b>subject</b>: <a href=\"Patient-EjemploPatologiaPatient.html\">Valentina Rojas Castillo (official) Female, DoB: 1974-09-12 ( http://regcivil.cl/Validacion/RUN#13456789-0\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>encounter</b>: <a href=\"Encounter-EjemploPatologiaEncounter.html\">Encounter: status = finished; class = ambulatory (ActCode#AMB); type = Diagnostic procedure; period = 2026-04-08 15:30:00-0400 --&gt; 2026-04-08 16:00:00-0400</a></p><p><b>authoredOn</b>: 2026-04-08</p><p><b>requester</b>: <a href=\"Practitioner-EjemploPatologiaPractitioner.html\">Practitioner Paulina Herrera Donoso (official)</a></p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 129103003}\">Nódulo mamario sospechoso (BI-RADS 4)</span></p><p><b>specimen</b>: <a href=\"Specimen-EjemploPatologiaSpecimen.html\">Specimen: accessionIdentifier = https://emahealth.io/fhir/sid/accession#AP-2026-000123; status = available; type = Tissue specimen; receivedTime = 2026-04-08 16:20:00-0400</a></p><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 76752008}\">Mama derecha</span></p></div>"
  },
  "status" : "completed",
  "intent" : "order",
  "code" : {
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "609156000"
    }],
    "text" : "Biopsia core de mama"
  },
  "subject" : {
    "reference" : "Patient/EjemploPatologiaPatient"
  },
  "encounter" : {
    "reference" : "Encounter/EjemploPatologiaEncounter"
  },
  "authoredOn" : "2026-04-08",
  "requester" : {
    "reference" : "Practitioner/EjemploPatologiaPractitioner"
  },
  "reasonCode" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "129103003"
    }],
    "text" : "Nódulo mamario sospechoso (BI-RADS 4)"
  }],
  "specimen" : [{
    "reference" : "Specimen/EjemploPatologiaSpecimen"
  }],
  "bodySite" : [{
    "coding" : [{
      "system" : "http://snomed.info/sct",
      "code" : "76752008"
    }],
    "text" : "Mama derecha"
  }]
}