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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeEpisodeOfCare
IdEpisodeOfCare-HIVEpisodeOfCareReferralOutExample.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: EpisodeOfCare HIVEpisodeOfCareReferralOutExample

status: Active

type: ART

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

managingOrganization: Organization Meshwalkiya Health Center

referralRequest: ServiceRequest Referral


Source1

{
  "resourceType": "EpisodeOfCare",
  "id": "HIVEpisodeOfCareReferralOutExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/eth-episode-of-care"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "active",
  "type": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "LP66375-4"
        }
      ]
    }
  ],
  "patient": {
    "reference": "Patient/GeneralPatientExample"
  },
  "managingOrganization": {
    "reference": "Organization/CurrentServiceProviderExample"
  },
  "referralRequest": [
    {
      "reference": "ServiceRequest/ReferralOutServiceRequestExample"
    }
  ]
}