Dental Core FHIR Profiles (R4)
Version 0.2.0 - ci-build

: Dental Core example device - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "dental-core-example-device",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/dental-core/StructureDefinition/dental-device"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device dental-core-example-device</b></p><a name=\"dental-core-example-device\"> </a><a name=\"hcdental-core-example-device\"> </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-dental-device.html\">Dental Device</a></p></div><p><b>Tooth Position</b>: <a href=\"CodeSystem-tooth-position-fdi.html#tooth-position-fdi-16\">FDI Tooth Position: 16</a> (Permanent maxillary right first molar)</p><p><b>status</b>: Active</p><p><b>type</b>: <span title=\"Codes:\">Orthodontic bracket</span></p><p><b>patient</b>: <a href=\"Patient-dental-core-example-patient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cognovis.de/dental-core/StructureDefinition/tooth-position",
      "valueCoding" : {
        "system" : "https://fhir.cognovis.de/dental-core/CodeSystem/tooth-position-fdi",
        "code" : "16"
      }
    }
  ],
  "status" : "active",
  "type" : {
    "text" : "Orthodontic bracket"
  },
  "patient" : {
    🔗 "reference" : "Patient/dental-core-example-patient"
  }
}