HL7 FHIR JP Core ImplementationGuide
1.3.0-dev - ci-build Japan flag

HL7 FHIR JP Core ImplementationGuide - Local Development build (v1.3.0-dev) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: JP Core ServiceRequest with Department Extension Example (Text only) - JSON Representation

Raw json | Download

{
  "resourceType" : "ServiceRequest",
  "id" : "jp-servicerequest-department-example-03",
  "meta" : {
    "profile" : [
      🔗 "http://jpfhir.jp/fhir/core/StructureDefinition/JP_ServiceRequest_Common"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest jp-servicerequest-department-example-03</b></p><a name=\"jp-servicerequest-department-example-03\"> </a><a name=\"hcjp-servicerequest-department-example-03\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-jp-servicerequest-common.html\">JP Core ServiceRequest Common Profile</a></p></div><p><b>JP Core Common Department Extension</b>: <span title=\"Codes:\">消化器腫瘍外科</span></p><p><b>identifier</b>: <code>http://abc-hospital.local/serviceRequest-identifier</code>/SR-2023-0401-001</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>code</b>: <span title=\"Codes:\">CT検査</span></p><p><b>subject</b>: <a href=\"Patient-jp-patient-example-1.html\">山田 太郎 Male, DoB: 1970-01-01 ( urn:oid:1.2.392.100495.20.3.51.11311234567#JP_local_patient_identifier_11311234567_NamingSystem#00000010)</a></p><p><b>authoredOn</b>: 2023-04-01 10:00:00+0900</p></div>"
  },
  "extension" : [
    {
      "url" : "http://jpfhir.jp/fhir/core/Extension/StructureDefinition/JP_Common_Department",
      "valueCodeableConcept" : {
        "text" : "消化器腫瘍外科"
      }
    }
  ],
  "identifier" : [
    {
      "system" : "http://abc-hospital.local/serviceRequest-identifier",
      "value" : "SR-2023-0401-001"
    }
  ],
  "status" : "active",
  "intent" : "order",
  "code" : {
    "text" : "CT検査"
  },
  "subject" : {
    🔗 "reference" : "Patient/jp-patient-example-1"
  },
  "authoredOn" : "2023-04-01T10:00:00+09:00"
}
本実装ガイドへのご質問・ご指摘については、GitHub IssueおよびGitHub PullRequestにて受け付けている。