Dental Data Exchange
1.0.0 - STU 1

This page is part of the Dental Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Procedure- Flouride Treatment example - JSON Representation

Raw json | Download


{
  "resourceType" : "Procedure",
  "id" : "Dental-flouride-tx-example",
  "meta" : {
    "versionId" : "5",
    "lastUpdated" : "2021-08-25T15:09:13.550+00:00",
    "source" : "#cHMLs3g5945SkCHA",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>identifier</b>: id: urn:uuid:c2a737f2-2fdb-49c1-b097-dac173d07aff</p><p><b>status</b>: completed</p><p><b>code</b>: <span title=\"Codes: {http://ada.org/cdt D1206}\">topical application of fluoride varnish</span></p><p><b>subject</b>: <a href=\"Patient-example-dental.html\">Generated Summary: Medical Record Number: 5152020 (USUAL); active: true; Patient A ; Phone: 123-456-7890, testA@email.com; gender: male; birthDate: 1990-01-01</a></p><p><b>performed</b>: Feb 16, 2020 7:55:26 PM --&gt; Feb 16, 2020 8:25:26 PM</p><h3>Performers</h3><table class=\"grid\"><tr><td>-</td><td><b>Actor</b></td></tr><tr><td>*</td><td><a href=\"Practitioner-practitioner-D.html\">Generated Summary: id: 1234560000; John D ; Phone: 720-555-6443; gender: male; birthDate: 1990-06-09</a></td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:uuid:c2a737f2-2fdb-49c1-b097-dac173d07aff"
    }
  ],
  "status" : "completed",
  "code" : {
    "coding" : [
      {
        "system" : "http://ada.org/cdt",
        "code" : "D1206"
      }
    ],
    "text" : "topical application of fluoride varnish"
  },
  "subject" : {
    "reference" : "Patient/example-dental"
  },
  "performedPeriod" : {
    "start" : "2020-02-16T12:55:26-07:00",
    "end" : "2020-02-16T13:25:26-07:00"
  },
  "performer" : [
    {
      "actor" : {
        "reference" : "Practitioner/practitioner-D"
      }
    }
  ]
}