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

FHIR IG analytics

Packagehl7.fhir.us.dental-data-exchange
Resource TypeObservation
IdObservation-Overjet.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 Overjet

version: 8; Last updated: 2021-04-27 21:35:07+0000;

Information Source: #wasa91D7ZMcJlS0t

Profile: Dental Findings

status: Final

category: Exam, Dental

code: Overjet

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

effective: 2020-02-16

value: 3 mm


Source1

{
  "resourceType": "Observation",
  "id": "Overjet",
  "meta": {
    "versionId": "8",
    "lastUpdated": "2021-04-27T21:35:07.062+00:00",
    "source": "#wasa91D7ZMcJlS0t",
    "profile": [
      "http://hl7.org/fhir/us/dental-data-exchange/StructureDefinition/dental-findings"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "Exam"
        }
      ],
      "text": "Exam"
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/dental-data-exchange/CodeSystem/dental-category",
          "code": "dental",
          "display": "Dental"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "32916-9",
        "display": "Horizontal overlap [Length] Maxilla and Mandible Measured"
      }
    ],
    "text": "Overjet"
  },
  "subject": {
    "reference": "Patient/example-dental"
  },
  "effectiveDateTime": "2020-02-16",
  "valueQuantity": {
    "value": 3,
    "unit": "mm",
    "system": "http://unitsofmeasure.org"
  }
}