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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeObservation
IdObservation-ObservationTCMCR-pro.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 ( ObservationStatus#final)

分類:Laboratory ( Observation Category Codes#laboratory)

檢驗項目:HSV IgM ( 臺灣醫療服務給付項目#14052B)

病人Patient/PatientTCMCR-min "陳美真"

檢查日期:2010-04-11 10:20:23-0500

檢查完成日期:2010-04-11 10:20:23-0500

檢驗檢查機構代碼Organization/OrganizationInspectionClinEMR-min "3214567890"

檢驗檢查機構名稱Organization/OrganizationInspectionClinEMR-min "捷達世檢驗所"

檢驗結果值:Negative(-)

檢驗結果判斷註記:陰性

檢驗結果備註說明:否

基於請求ServiceRequest/ServiceRequestTCMCR-pro


Source1

{
  "resourceType": "Observation",
  "id": "ObservationTCMCR-pro",
  "meta": {
    "profile": [
      "https://fhir.cohesiondata.com/clinemr/StructureDefinition/observation-clinemr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/ServiceRequestTCMCR-pro"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medical-service-payment-tw",
        "code": "14052B",
        "display": "單純疱疹病毒 IgM抗體"
      }
    ],
    "text": "HSV IgM"
  },
  "subject": {
    "reference": "Patient/PatientTCMCR-min"
  },
  "effectiveDateTime": "2010-04-11T10:20:23-05:00",
  "issued": "2010-04-11T10:20:23-05:00",
  "performer": [
    {
      "reference": "Organization/OrganizationInspectionClinEMR-min"
    }
  ],
  "valueString": "Negative(-)",
  "interpretation": [
    {
      "text": "陰性"
    }
  ],
  "note": [
    {
      "text": "否"
    }
  ]
}