German Dental FHIR Profiles (R4)
0.41.6 - trial-use Germany

German Dental FHIR Profiles (R4) - Local Development build (v0.41.6) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Dental Implant at FDI Position 36 - JSON Representation

Raw json | Download

{
  "resourceType" : "Device",
  "id" : "ExampleDentalImplant36",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cognovis.de/dental/StructureDefinition/dental-implant"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Device ExampleDentalImplant36</b></p><a name=\"ExampleDentalImplant36\"> </a><a name=\"hcExampleDentalImplant36\"> </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-implant.html\">Dental Implant Device (DE)</a></p></div><p><b>FDI Zahnnummer</b>: 36</p><p><b>identifier</b>: <code>https://example-dental-practice.de/device</code>/IMPLANT-36-2024</p><p><b>status</b>: Active</p><p><b>manufacturer</b>: Example manufacturer</p><p><b>modelNumber</b>: IMPLANT-MODEL-A</p><p><b>type</b>: <span title=\"Codes:\">Endosseous dental implant</span></p><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property diameter}\">Implant diameter</span></p><p><b>valueQuantity</b>: 4.1 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm = 'millimeter')</span></p></blockquote><blockquote><p><b>property</b></p><p><b>type</b>: <span title=\"Codes:{https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property length}\">Implant length</span></p><p><b>valueQuantity</b>: 10 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemm = 'millimeter')</span></p></blockquote><p><b>patient</b>: <a href=\"Patient-pat-beihilfe-01.html\">Friedrich Hartmann (official) Male, DoB: 1958-11-22</a></p></div>"
  },
  "extension" : [
    {
      "url" : "https://fhir.cognovis.de/dental/StructureDefinition/fdi-tooth-number",
      "valueCode" : "36"
    }
  ],
  "identifier" : [
    {
      "system" : "https://example-dental-practice.de/device",
      "value" : "IMPLANT-36-2024"
    }
  ],
  "status" : "active",
  "manufacturer" : "Example manufacturer",
  "modelNumber" : "IMPLANT-MODEL-A",
  "type" : {
    "text" : "Endosseous dental implant"
  },
  "property" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property",
            "code" : "diameter"
          }
        ]
      },
      "valueQuantity" : [
        {
          "value" : 4.1,
          "system" : "http://unitsofmeasure.org",
          "code" : "mm"
        }
      ]
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://fhir.cognovis.de/dental/CodeSystem/dental-implant-property",
            "code" : "length"
          }
        ]
      },
      "valueQuantity" : [
        {
          "value" : 10,
          "system" : "http://unitsofmeasure.org",
          "code" : "mm"
        }
      ]
    }
  ],
  "patient" : {
    🔗 "reference" : "Patient/pat-beihilfe-01"
  }
}