身體活動量測(Physical Activity Measure)
0.1.0 - ci-build

身體活動量測(Physical Activity Measure) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: servicerequest-example - JSON Representation

Raw json | Download


{
  "resourceType" : "ServiceRequest",
  "id" : "servicerequest-example",
  "meta" : {
    "profile" : [
      🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/ServiceRequest-sport"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ServiceRequest servicerequest-example</b></p><a name=\"servicerequest-example\"> </a><a name=\"hcservicerequest-example\"> </a><a name=\"servicerequest-example-en-US\"> </a><p><b>identifier</b>: <code>https://www.health.ntpc.gov.tw/</code>/s141526</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title=\"Codes:{https://hapi.fhir.tw/fhir/CodeSystem/tempcode PhysicalActivity}\">Physical Activity</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 229065009}\">Exercise therapy</span></p><p><b>subject</b>: <a href=\"Patient-patient-tw-example.html\">連小妹(official) Female, DoB: 1990-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code\u00a0(use:\u00a0official,\u00a0))</a></p><p><b>authoredOn</b>: 2024-07-01</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-d-example.html\">Practitioner 林依聲</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.health.ntpc.gov.tw/",
      "value" : "s141526"
    }
  ],
  "status" : "completed",
  "intent" : "order",
  "category" : [
    {
      "coding" : [
        {
          "system" : "https://hapi.fhir.tw/fhir/CodeSystem/tempcode",
          "code" : "PhysicalActivity",
          "display" : "Physical Activity"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "229065009",
        "display" : "Exercise therapy"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-tw-example"
  },
  "authoredOn" : "2024-07-01",
  "requester" : {
    🔗 "reference" : "Practitioner/practitioner-d-example"
  }
}