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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeServiceRequest
IdServiceRequest-ServiceRequestTCMCR-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

服務請求

狀態:Completed ( RequestStatus#completed)

類別:Order ( Care Plan Intent#order)

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

就醫事件Encounter/EncounterTCMCR-min

檢驗檢查開單機構代碼Organization/OrganizationTCMCR-min "3214567890"
檢驗檢查開單機構名稱Organization/OrganizationTCMCR-min "捷達世中醫診所"

檢驗檢查開單日期:2010-04-01 10:09:45-05:00


Source1

{
  "resourceType": "ServiceRequest",
  "id": "ServiceRequestTCMCR-pro",
  "meta": {
    "profile": [
      "https://fhir.cohesiondata.com/clinemr/StructureDefinition/servicerequest-clinemr"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "subject": {
    "reference": "Patient/PatientTCMCR-min"
  },
  "encounter": {
    "reference": "Encounter/EncounterTCMCR-min"
  },
  "occurrenceDateTime": "2010-04-01T10:09:45-05:00",
  "requester": {
    "reference": "Organization/OrganizationTCMCR-min"
  }
}