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-Education-level-example-dental.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 Education-level-example-dental

version: 3; Last updated: 2020-08-06 17:04:19+0000;

Information Source: #JtfdlChUIkdgBsah

status: Final

code: Highest Level of Education

subject: Patient A

effective: 2012-01-01 --> 2016-01-01

value: Received higher education college education (finding)


Source1

{
  "resourceType": "Observation",
  "id": "Education-level-example-dental",
  "meta": {
    "versionId": "3",
    "lastUpdated": "2020-08-06T17:04:19.072+00:00",
    "source": "#JtfdlChUIkdgBsah"
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "82589-3",
        "display": "Highest Level of Education"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-dental",
    "display": "Patient A"
  },
  "effectivePeriod": {
    "start": "2012-01-01",
    "end": "2016-01-01"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "224302000",
        "display": "Received higher education college education (finding)"
      }
    ]
  }
}