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

FHIR IG analytics

Packagesilfhirprofileig
Resource TypeDiagnosticReport
IdDiagnosticReport-ExampleSGHIDiagnosticReport.json
FHIR VersionR5

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 ExampleSGHIDiagnosticReport

Hospice care Note (CAT Scan)

SubjectJames Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)
When For2025-02-10 08:00:00+0000
Reported2025-02-10 08:00:00+0000
Performer Organization SGHI Healthcare Organization
Identifier Medical Record Number/qwerty3456789 (use: official, )

Report Details


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "ExampleSGHIDiagnosticReport",
  "meta": {
    "profile": [
      "https://fhir.slade360.co.ke/fhir/StructureDefinition/diagnosticreport"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
      "value": "qwerty3456789",
      "assigner": {
        "reference": "Organization/ExampleSGHIOrganization"
      }
    }
  ],
  "basedOn": [
    {
      "reference": "MedicationRequest/ExampleSGHIMedicationRequest"
    }
  ],
  "status": "partial",
  "category": [
    {
      "coding": [
        {
          "code": "CT",
          "display": "CAT Scan"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "code": "100018-1",
        "display": "Hospice care Note"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ExampleSGHIPatient"
  },
  "encounter": {
    "reference": "Encounter/ExampleSGHIEncounter"
  },
  "effectiveDateTime": "2025-02-10T08:00:00Z",
  "issued": "2025-02-10T08:00:00Z",
  "performer": [
    {
      "reference": "Organization/ExampleSGHIOrganization"
    }
  ],
  "resultsInterpreter": [
    {
      "reference": "Organization/ExampleSGHIOrganization"
    }
  ]
}