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

FHIR IG analytics

Packagetw.cohesion.fhir.clinemr
Resource TypeServiceRequest
IdServiceRequest-ServiceRequestMCR-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/PatientMCR-min "張睿寧"

就醫事件Encounter/EncounterMCR-min

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

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


Source1

{
  "resourceType": "ServiceRequest",
  "id": "ServiceRequestMCR-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/PatientMCR-min"
  },
  "encounter": {
    "reference": "Encounter/EncounterMCR-min"
  },
  "occurrenceDateTime": "2010-04-01T10:09:45-05:00",
  "requester": {
    "reference": "Organization/OrganizationMCR-min"
  }
}