身體活動量測(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
{
"resourceType" : "Patient",
"id" : "patient-tw-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-tw-example</b></p><a name=\"patient-tw-example\"> </a><a name=\"hcpatient-tw-example\"> </a><a name=\"patient-tw-example-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">連小妹(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))</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" : "NNxxx",
"_code" : {
"extension" : [
{
"extension" : [
{
"url" : "suffix",
"valueString" : "TWN"
},
{
"url" : "valueSet",
"valueCanonical" : "http://hl7.org/fhir/ValueSet/iso3166-1-3"
}
],
"url" : "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/identifier-suffix"
}
]
}
}
]
},
"system" : "http://www.moi.gov.tw",
"value" : "A123456789"
}
],
"active" : true,
"name" : [
{
"use" : "official",
"text" : "連小妹"
}
],
"gender" : "female",
"birthDate" : "1990-01-01"
}