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

HL7中国FHIR Connectathon测试实施指南 - Local Development build (v2024.5.5) 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><b>Generated Narrative: ServiceRequest</b><a name=\"ImageRequestExample01\"> </a><a name=\"hcImageRequestExample01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ServiceRequest &quot;ImageRequestExample01&quot; </p></div><p><b>status</b>: active</p><p><b>intent</b>: original-order</p><p><b>category</b>: Imaging <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#363679005)</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 style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#80859-2)</span></td></tr></table><p><b>subject</b>: <a href=\"Patient-PatientExample01.html\">Patient/PatientExample01: 刘康</a> &quot; 刘&quot;</p><p><b>encounter</b>: <a href=\"Encounter-EncounterExample01.html\">Encounter/EncounterExample01</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\">Practitioner/PractitionerExample01: 赵勇</a> &quot; 赵&quot;</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 style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</span></td></tr></table><p><b>bodySite</b>: 心脏 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#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" : "心脏"
        }
      ]
    }
  ]
}