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

FHIR IG analytics

Packagehl7.fhir.cl.minsal.tei
Resource TypeServiceRequest
IdServiceRequest-AbadrenalEjemplo.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 AbadrenalEjemplo

basedOn: ServiceRequest Patient referral to specialist

status: Draft

intent: Order

code: Ab adrenal en Sérum

subject: María Josefina Gonzalez (official) Male, DoB: 1974-12-25 ( Rol Único Nacional: 90000000-6 (use: official, ))

authoredOn: 2024-02-22 08:30:00-0300

requester: Practitioner Gonzalo Gonzalez

reasonCode: insuficiencia adrenal severa

note:

para dar seguimiento al tratamiento del paciente


Source1

{
  "resourceType": "ServiceRequest",
  "id": "AbadrenalEjemplo",
  "meta": {
    "profile": [
      "https://interoperabilidad.minsal.cl/fhir/ig/tei/StructureDefinition/ServiceRequestExamenLE"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/EjemploSolicitudInterconsultaFinalizada"
    }
  ],
  "status": "draft",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8059-8"
      }
    ],
    "text": "Ab adrenal en Sérum"
  },
  "subject": {
    "reference": "Patient/EjemploPatientLE"
  },
  "authoredOn": "2024-02-22T08:30:00-03:00",
  "requester": {
    "reference": "Practitioner/PractitionerProfesionalLEAtendedor"
  },
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "24867002",
          "display": "Severe adrenal insufficiency"
        }
      ],
      "text": "insuficiencia adrenal severa"
    }
  ],
  "note": [
    {
      "text": "para dar seguimiento al tratamiento del paciente"
    }
  ]
}