HL7中国FHIR Connectathon测试实施指南
2025.3.12 - release

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2025.3.12) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ImageRequestExample01 - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "ImageRequestExample01",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest ImageRequestExample01</b></p><a name=\"ImageRequestExample01\"> </a><a name=\"hcImageRequestExample01\"> </a><a name=\"ImageRequestExample01-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Original Order</p><p><b>category</b>: <span title=\"Codes:{http://snomed.info/sct 363679005}\">Imaging</span></p><h3>Codes</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 80859-2}\">心脏彩色多普勒超声</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">刘康</a></p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample01.html\">Encounter: identifier = urn:uuid:2.16.156.10011.1.10#45678; status = completed; class = 住院诊疗; type = ; actualPeriod = 2021-05-07 12:30:02+0800 --&gt; 2002-08-20 16:45:50+0800</a></p><p><b>occurrence</b>: 2018-05-02 09:00:00+0700</p><p><b>authoredOn</b>: 2018-05-01 10:33:27+0700</p><p><b>requester</b>: <a href=\"Practitioner-PractitionerExample01.html\">赵勇</a></p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">患者心悸</span></td></tr></table><p><b>bodySite</b>: <span title=\"Codes:{http://snomed.info/sct 80891009}\">心脏</span></p></div>"
  },
  "status" : "active",
  "intent" : "original-order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "363679005",
          "display" : "Imaging"
        }
      ]
    }
  ],
  "code" : {
    "concept" : {
      "coding" : [
        {
          "system" : "http://loinc.org",
          "code" : "80859-2",
          "display" : "心脏彩色多普勒超声"
        }
      ]
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/PatientExample01",
    "display" : "刘康"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/EncounterExample01"
  },
  "occurrenceDateTime" : "2018-05-02T09:00:00+07:00",
  "authoredOn" : "2018-05-01T10:33:27+07:00",
  "requester" : {
    🔗 "reference" : "Practitioner/PractitionerExample01",
    "display" : "赵勇"
  },
  "reason" : [
    {
      "concept" : {
        "text" : "患者心悸"
      }
    }
  ],
  "bodySite" : [
    {
      "coding" : [
        {
          "system" : "http://snomed.info/sct",
          "code" : "80891009",
          "display" : "心脏"
        }
      ]
    }
  ]
}