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-Present-job-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 Present-job-example-dental

version: 6; Last updated: 2021-04-28 00:01:25+0000;

Information Source: #tBxNgqGxyFmgQxMw

Profile: http://hl7.org/fhir/us/odh/StructureDefinition/odh-PastOrPresentJob

status: Final

code: History of Occupation

subject: Patient A

effective: 2015-01-01 --> (ongoing)

value: Accountants and Auditors


Source1

{
  "resourceType": "Observation",
  "id": "Present-job-example-dental",
  "meta": {
    "versionId": "6",
    "lastUpdated": "2021-04-28T00:01:25.126+00:00",
    "source": "#tBxNgqGxyFmgQxMw",
    "profile": [
      "http://hl7.org/fhir/us/odh/StructureDefinition/odh-PastOrPresentJob"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11341-5",
        "display": "History of Occupation"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-dental",
    "display": "Patient A"
  },
  "effectivePeriod": {
    "start": "2015-01-01"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "urn:oid:2.16.840.1.114222.4.11.7186",
        "code": "0800",
        "display": "Accountants and Auditors"
      }
    ]
  }
}