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

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypeProcedure
IdProcedure-Dental-flouride-tx-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: Procedure Dental-flouride-tx-example

version: 5; Last updated: 2021-08-25 15:09:13+0000;

Information Source: #cHMLs3g5945SkCHA

Profile: US Core Procedure Profile

identifier: URI/urn:uuid:c2a737f2-2fdb-49c1-b097-dac173d07aff

status: Completed

code: topical application of fluoride varnish

subject: Patient A Male, DoB: 1990-01-01 ( Medical Record Number: 5152020 (use: usual, ))

performed: 2020-02-16 12:55:26-0700 --> 2020-02-16 13:25:26-0700

Performers

-Actor
*Practitioner John D

Source1

{
  "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": "<!-- snip (see above) -->"
  },
  "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"
      }
    }
  ]
}