FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cl.agenda
Resource TypeServiceRequest
IdServiceRequest-EjemploSolicitudServicio2.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: PeticiónServicio EjemploSolicitudServicio2

status: Active

intent: Order

priority: Routine

subject: Maria Camila Ospina (no stated gender), DoB: 1999-04-12 ( 25.634.739-0)

authoredOn: 2024-07-20 12:00:00-0300

reasonReference: Dolor estomacal agudo


Source1

{
  "resourceType": "ServiceRequest",
  "id": "EjemploSolicitudServicio2",
  "meta": {
    "profile": [
      "https://interoperabilidad.minsal.cl/fhir/ig/agenda/StructureDefinition/SolicitudServicio"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "intent": "order",
  "priority": "routine",
  "subject": {
    "reference": "Patient/EjemploPaciente2"
  },
  "authoredOn": "2024-07-20T12:00:00-03:00",
  "reasonReference": [
    {
      "display": "Dolor estomacal agudo"
    }
  ]
}