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

FHIR IG analytics

Packagejohnmoehrke.testcore.example
Resource TypeDiagnosticReport
IdDiagnosticReport-ex-labReport-1.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 ex-labReport-1

LR MICROBIOLOGY REPORT (Laboratory)

SubjectJohn Schmidt Other, DoB: 1923-07-25
Relevant Time1995-08-03 14:49:00+0000
Reported1995-08-03 14:49:00+0000
Identifier https://example.org/LabReportTO.id/MI;7049269 (use: usual, )

Report Details

NO OVA OR PARASITES FOUND


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "ex-labReport-1",
  "meta": {
    "profile": [
      "http://johnmoehrke.github.io/testcore/StructureDefinition/JFM.labReport"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "usual",
      "system": "https://example.org/LabReportTO.id",
      "value": "MI;7049269"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "79381-0"
      }
    ],
    "text": "LR MICROBIOLOGY REPORT"
  },
  "subject": {
    "reference": "Patient/ex-patient"
  },
  "effectiveDateTime": "1995-08-03T14:49:00Z",
  "issued": "1995-08-03T14:49:00Z",
  "conclusion": "NO OVA OR PARASITES FOUND"
}