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

FHIR IG analytics

Packageru.core
Resource TypeDiagnosticReport
IdDiagnosticReport-example-core-diagnosticreport-ivanov-blood-min.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 example-core-diagnosticreport-ivanov-blood-min

CBC panel - Blood by Automated count

SubjectИван Иванов Male, DoB: 1985-03-15 ( https://fhir.ru/ig/core/systems/snils#Core NamingSystem Идентификатор - СНИЛС#123-456-789-01)
When For2024-01-15 08:00:00+0000
Reported2024-01-15 10:00:00+0000
Performer PractitionerRole Врач-терапевт участковый
Identifier https://fhir.ru/ig/core/systems/diagnosticreport/DR-2024-001

Report Details


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "example-core-diagnosticreport-ivanov-blood-min",
  "meta": {
    "profile": [
      "https://fhir.ru/ig/core/StructureDefinition/core-diagnosticreport"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://fhir.ru/ig/core/systems/diagnosticreport",
      "value": "DR-2024-001"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "58410-2",
        "display": "CBC panel - Blood by Automated count"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-core-patient-ivanov-min"
  },
  "encounter": {
    "reference": "Encounter/example-core-encounter-consultation-min"
  },
  "effectiveDateTime": "2024-01-15T08:00:00Z",
  "issued": "2024-01-15T10:00:00Z",
  "performer": [
    {
      "reference": "PractitionerRole/example-core-practitionerrole-smirnov-therapist-min"
    }
  ]
}