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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeDiagnosticReport
IdDiagnosticReport-CD4PercentageDiagnosticReportExample.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: DiagnosticReport CD4PercentageDiagnosticReportExample

CD3+CD4+ (T4 helper) cells [#/volume] in Specimen (Laboratory report)

SubjectMark Adams Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)
Reported2024-01-25 11:45:33+1100
Performer Organization Meshwalkiya Health Center

Report Details

CodeValueFlagsWhen For
CD3+CD4+ (T4 helper) cells/cells in Specimen60 % (Details: UCUM code% = '%')Final2024-01-25

Source1

{
  "resourceType": "DiagnosticReport",
  "id": "CD4PercentageDiagnosticReportExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/cd4-diagnostic-report"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/CD4ServiceRequestExample"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://loinc.org",
          "code": "11502-2"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "32515-9"
      }
    ]
  },
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "issued": "2024-01-25T11:45:33+11:00",
  "performer": [
    {
      "reference": "Organization/CurrentServiceProviderExample"
    }
  ],
  "result": [
    {
      "reference": "Observation/CD4PercentageExample",
      "display": "CD4 Percentage"
    }
  ]
}