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

FHIR IG analytics

Packageethiopia.fhir.hiv
Resource TypeObservation
IdObservation-TBTreatmentStartedAfterDiagnosticTestObservationExample.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: Observation TBTreatmentStartedAfterDiagnosticTestObservationExample

basedOn: CarePlan: status = active; intent = order; category = TB Treatment Care Plan; created = 2024-03-20

status: Final

category: Therapy

code: Tuberculosis treatment started

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

effective: 2023-12-11

performer: Organization Meshwalkiya Health Center

value: Yes

derivedFrom: Observation Mycobacterium tuberculosis stimulated gamma interferon [Interpretation] in Blood Qualitative


Source1

{
  "resourceType": "Observation",
  "id": "TBTreatmentStartedAfterDiagnosticTestObservationExample",
  "meta": {
    "profile": [
      "http://moh.gov.et/fhir/hiv/StructureDefinition/tb-treatment-started-observation"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "CarePlan/TBTreatmentCareplanExample"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "therapy"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "45242-5"
      }
    ],
    "text": "Tuberculosis treatment started"
  },
  "subject": {
    "reference": "Patient/GeneralPatientExample"
  },
  "encounter": {
    "reference": "Encounter/GeneralEncounterExample"
  },
  "effectiveDateTime": "2023-12-11",
  "performer": [
    {
      "reference": "Organization/CurrentServiceProviderExample"
    }
  ],
  "valueCodeableConcept": {
    "extension": [
      {
        "url": "http://moh.gov.et/fhir/hiv/StructureDefinition/observed-date",
        "valueDateTime": "2023-10-21"
      }
    ],
    "coding": [
      {
        "system": "http://moh.gov.et/fhir/hiv/CodeSystem/yes-no-code-system",
        "code": "true"
      }
    ]
  },
  "derivedFrom": [
    {
      "reference": "Observation/TBDiagnosticTestResultExample"
    }
  ]
}