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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeDiagnosticReport
IdDiagnosticReport-DiagnosticReportMCR-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/PatientMCR-min "張睿寧"

就醫事件Encounter/EncounterMCR-min

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

檢驗檢查名稱:血色素Hb & Hematocrite

檢驗結果Observation/ObservationMCR-min

基於請求ServiceRequest/ServiceRequestMCR-min

檢驗結果Observation/ObservationMCR-pro

基於請求ServiceRequest/ServiceRequestMCR-pro


Source1

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