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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeDiagnosticReport
IdDiagnosticReport-DiagnosticReportDCR-min.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

診斷報告

診斷狀態:Final ( DiagnosticReportStatus#final)

診斷分類:Laboratory ( DiagnosticServiceSectionCodes#LAB)

病人Patient/PatientDCR-min "王童"

就醫事件Encounter/EncounterDCR-min

報告日期:2010-04-11 11:10:20-0800

檢驗檢查名稱:血色素Hb

檢驗結果Observation/ObservationDCR-min

基於請求ServiceRequest/ServiceRequestDCR-min


Source1

{
  "resourceType": "DiagnosticReport",
  "id": "DiagnosticReportDCR-min",
  "meta": {
    "profile": [
      "https://fhir.cohesiondata.com/clinemr/StructureDefinition/diagnosticreport-clinemr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/ServiceRequestDCR-min"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v2-0074",
          "code": "LAB",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "text": "血色素Hb"
  },
  "subject": {
    "reference": "Patient/PatientDCR-min"
  },
  "encounter": {
    "reference": "Encounter/EncounterDCR-min"
  },
  "effectiveDateTime": "2010-04-11T11:10:20+08:00",
  "result": [
    {
      "reference": "Observation/ObservationDCR-min"
    }
  ]
}