FHIR Observation

The following is a description of a Observation that can be submitted to the Community of Information Exchange. For detailed information please visit the HL7 FHIR page https://hl7.org/fhir/us/sdoh-clinicalcare/2022jan/StructureDefinition-SDOHCC-ObservationScreeningResponse.html or https://hl7.org/fhir/us/sdoh-clinicalcare/2022jan/StructureDefinition-SDOHCC-ObservationAssessment.html

Operations

The following are operations that can be performed and links to

  • Submit a new FHIR observation

  • Get a FHIR observation by observation id

Sample Object

{ "resourceType": "Observation", "status": "preliminary", "subject": { "reference": "Patient/8", "display": "Person Name" }, "category": [ { "coding": [ { "system": "https://terminology.hl7.org/CodeSystem/observation-category", "code": "social-history", "display": "Social History" } ] }, { "coding": [ { "system": "https://example.org/CodeSystem/other-code-system", "code": "social-connectedness", "display": "Social Connectedness" } ] } ], "code": { "coding": [ { "system": "https://snomed.info/sct", "code": "422650009", "display": "Social isolation" } ] }, "effectiveDateTime": "2021-05-10T21:56:54.671Z", "valueBoolean": true, "id": "2", "meta": { "lastUpdated": "2022-11-23T16:21:32Z", "versionId": "1" } }

 

Field Descriptions

The following

Field

Description

References

Field

Description

References