臺灣牙醫實作指引 (Taiwan Dental Implementation Guide)
0.0.1 - ballot

臺灣牙醫實作指引 (Taiwan Dental Implementation Guide) - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 牙醫-牙菌斑檢查範例 - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "Dental-plaque-observation-example",
  "meta" : {
    "profile" : [
      🔗 "http://dental-ig.fhir.tw/StructureDefinition/Observation-plaque-twdental"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Dental-plaque-observation-example</b></p><a name=\"Dental-plaque-observation-example\"> </a><a name=\"hcDental-plaque-observation-example\"> </a><a name=\"Dental-plaque-observation-example-en-US\"> </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-Observation-plaque-twdental.html\">牙醫-牙菌斑檢查</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category exam}\">檢查</span></p><p><b>code</b>: <span title=\"Codes:{https://dental-ig.fhir.tw/CodeSystem/dental-examination PLAQUE}\">牙菌斑檢查</span></p><p><b>subject</b>: <a href=\"Patient-Dental-patient-example.html\">王小明 Male, DoB: 1980-01-01 ( Medical record number)</a></p><p><b>encounter</b>: <a href=\"Encounter-Dental-encounter-example.html\">Encounter: identifier = https://dental-ig.fhir.tw/identifier/encounter#ENC-2024-001; status = finished; class = 門診 (ActCode#AMB); serviceType = 牙科; period = 2024-01-01 09:00:00+0800 --&gt; 2024-01-01 10:00:00+0800</a></p><p><b>effective</b>: 2024-01-01 09:30:00+0800</p><p><b>performer</b>: <a href=\"Practitioner-Dental-practitioner-example.html\">Practitioner 李醫師(official)</a></p><p><b>value</b>: 25.5 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{https://dental-ig.fhir.tw/CodeSystem/tooth-number 11}\">右上中門牙</span></td><td><span title=\"Codes:{https://dental-ig.fhir.tw/CodeSystem/plaque-mark POSITIVE}\">有牙菌斑</span></td></tr></table></div>"
  },
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "exam",
          "display" : "檢查"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "https://dental-ig.fhir.tw/CodeSystem/dental-examination",
        "code" : "PLAQUE",
        "display" : "牙菌斑檢查"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Dental-patient-example"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/Dental-encounter-example"
  },
  "effectiveDateTime" : "2024-01-01T09:30:00+08:00",
  "performer" : [
    {
      🔗 "reference" : "Practitioner/Dental-practitioner-example"
    }
  ],
  "valueQuantity" : {
    "value" : 25.5,
    "unit" : "%",
    "system" : "http://unitsofmeasure.org",
    "code" : "%"
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "https://dental-ig.fhir.tw/CodeSystem/tooth-number",
            "code" : "11",
            "display" : "右上中門牙"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://dental-ig.fhir.tw/CodeSystem/plaque-mark",
            "code" : "POSITIVE",
            "display" : "有牙菌斑"
          }
        ]
      }
    }
  ]
}