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

FHIR IG analytics

Packagehl7.fhir.uv.patient-corrections.r4b
Resource TypeObservation
IdObservation-ex-smoking.json
FHIR VersionR4B

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 ex-smoking

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

status: Final

category: Social History

code: Tobacco smoking status

subject: John Schmidt Other, DoB: 1923-07-25

effective: 1983-12-12 05:27:04+0000

issued: 1983-12-12 05:27:04+0000

performer: John Schmidt Other, DoB: 1923-07-25

value: Occasional tobacco smoker


Source1

{
  "resourceType": "Observation",
  "id": "ex-smoking",
  "meta": {
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "72166-2"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ex-patient"
  },
  "effectiveDateTime": "1983-12-12T05:27:04Z",
  "issued": "1983-12-12T05:27:04Z",
  "performer": [
    {
      "reference": "Patient/ex-patient"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "428041000124106",
        "display": "Occasional tobacco smoker"
      }
    ]
  }
}