: Dental Core example raw model-analysis input - JSON Representation
Raw json | Download
{
"resourceType" : "Observation",
"id" : "dental-core-example-model-analysis-raw-input",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation dental-core-example-model-analysis-raw-input</b></p><a name=\"dental-core-example-model-analysis-raw-input\"> </a><a name=\"hcdental-core-example-model-analysis-raw-input\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:\">Raw model observation</span></p><p><b>subject</b>: <a href=\"Patient-dental-core-example-patient.html\">Anonymous Patient (no stated gender), DoB Unknown</a></p><p><b>effective</b>: 2026-08-13</p><p><b>performer</b>: <a href=\"Practitioner-dental-core-example-practitioner.html\">Practitioner</a></p><p><b>value</b>: 8.4 mm<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm = 'mm')</span></p></div>"
},
"status" : "final",
"code" : {
"text" : "Raw model observation"
},
"subject" : {
🔗 "reference" : "Patient/dental-core-example-patient"
},
"effectiveDateTime" : "2026-08-13",
"performer" : [
{
🔗 "reference" : "Practitioner/dental-core-example-practitioner"
}
],
"valueQuantity" : {
"value" : 8.4,
"system" : "http://unitsofmeasure.org",
"code" : "mm"
}
}