FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.mirdc.dental
Resource TypeObservation
IdObservation-Dental-plaque-observation-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation Dental-plaque-observation-example

status: Final

category: Exam

code: 牙菌斑檢查

subject: 王大明(official) Male, DoB: 1990-01-15 ( National unique individual identifier: A123456789)

encounter: Encounter: identifier = https://dental-ig.fhir.tw/identifier/encounter#ENC-20250101-001; status = finished; class = ambulatory (ActCode#AMB); serviceType = Dentistry; period = 2025-01-01 09:00:00+0800 --> 2025-01-01 09:30:00+0800

effective: 2025-01-01 09:15:00+0800

performer: Practitioner 李醫師

value: 25.5 % (Details: UCUM code% = '%')

component

code: 右上正中門齒

value: 有牙菌斑

component

code: 右上側門齒

value: 無牙菌斑


Source1

{
  "resourceType": "Observation",
  "id": "Dental-plaque-observation-example",
  "meta": {
    "profile": [
      "http://dental-ig.fhir.tw/StructureDefinition/Observation-plaque-twdental"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "Exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://dental-ig.fhir.tw/CodeSystem/CS-DentalExamination-twdental",
        "code": "PLAQUE",
        "display": "牙菌斑檢查"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Dental-patient-example"
  },
  "encounter": {
    "reference": "Encounter/Dental-encounter-example"
  },
  "effectiveDateTime": "2025-01-01T09:15:00+08:00",
  "performer": [
    {
      "reference": "Practitioner/Dental-practitioner-example"
    }
  ],
  "valueQuantity": {
    "value": 25.5,
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://dental-ig.fhir.tw/CodeSystem/CS-ToothNumber-twdental",
            "code": "11",
            "display": "右上正中門齒"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://dental-ig.fhir.tw/CodeSystem/CS-PlaqueMark-twdental",
            "code": "1",
            "display": "有牙菌斑"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://dental-ig.fhir.tw/CodeSystem/CS-ToothNumber-twdental",
            "code": "12",
            "display": "右上側門齒"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://dental-ig.fhir.tw/CodeSystem/CS-PlaqueMark-twdental",
            "code": "0",
            "display": "無牙菌斑"
          }
        ]
      }
    }
  ]
}