身體活動量測(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

: patient-ex-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patient-ex-example",
  "meta" : {
    "profile" : [
      🔗 "https://hapi.fhir.tw/fhir/StructureDefinition/TWCorePatient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient patient-ex-example</b></p><a name=\"patient-ex-example\"> </a><a name=\"hcpatient-ex-example\"> </a><a name=\"patient-ex-example-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">連小妹(official) Female, DoB: 1990-01-01 ( Provider number\u00a0(use:\u00a0official,\u00a0))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td colspan=\"3\">true</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"The nationality of the patient.\">Patient Nationality:</td><td colspan=\"3\"><ul><li>code: <span title=\"Codes:{urn:iso:std:iso:3166 TW}\">Taiwan, Province of China</span></li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"年齡\"><a href=\"https://twcore.mohw.gov.tw/ig/twcore/0.2.2/StructureDefinition-person-age.html\">Person Age</a></td><td colspan=\"3\">No display for Age </td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/person-age",
      "valueAge" : {
        "value" : 32,
        "system" : "http://unitsofmeasure.org",
        "code" : "a"
      }
    },
    {
      "extension" : [
        {
          "url" : "code",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "urn:iso:std:iso:3166",
                "code" : "TW"
              }
            ]
          }
        }
      ],
      "url" : "http://hl7.org/fhir/StructureDefinition/patient-nationality"
    }
  ],
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "PRN"
          }
        ]
      },
      "system" : "https://www.morefit.com.tw",
      "value" : "0938110330"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "text" : "連小妹"
    }
  ],
  "gender" : "female",
  "birthDate" : "1990-01-01"
}