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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeServiceRequest
IdServiceRequest-ReferralFromOutsideFacilitytExample.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: ServiceRequest ReferralFromOutsideFacilitytExample

status: Completed

intent: Order

code: Reason for referral received

subject: Mark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)

encounter: Encounter: identifier = http://moh.gov.et/fhir/hiv/identifier/encounter#001; status = finished; class = observation encounter (ActCode#OBSENC); type = Follow-up encounter (procedure); period = 2012-12-09 --> 2012-12-09

authoredOn: 2023-10-06 13:28:17-0500

requester: Practitioner Tom Junes Smith

performer: Organization Meshwalkiya Health Center

locationReference: Location HIV Clinic

reasonCode: Currently being treated and transferred in with treatment records from within system.


Source1

{
  "resourceType": "ServiceRequest",
  "id": "ReferralFromOutsideFacilitytExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/referral-in-service-request"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "39267-0"
      }
    ],
    "text": "Reason for referral received"
  },
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "authoredOn": "2023-10-06T13:28:17-05:00",
  "requester": {
    "reference": "Practitioner/GeneralPractitionerExample"
  },
  "performer": [
    {
      "reference": "Organization/CurrentServiceProviderExample"
    }
  ],
  "locationReference": [
    {
      "reference": "Location/EncounterLocationHIVTestingExample"
    }
  ],
  "reasonCode": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "LA6517-2"
        }
      ]
    }
  ]
}