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

FHIR IG analytics

Packageca.bc.patient-summary
Resource TypeObservation
IdPS-CA BC Social History Example.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

Social History

Smoking: 1 pack/day, quit 1992

Alcohol: 4 drinks/week

Notes: Lives alone. Would benefit from home support for bath assist, has declined in past.


Source1

{
  "resourceType": "Observation",
  "id": "ObservationSocialHistoryPSBCExample",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/socialhistory-ca-ps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "SUBID"
          }
        ]
      },
      "system": "systemuri2",
      "value": "123456789"
    }
  ],
  "status": "amended",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "80943009",
        "display": "Risk Factor"
      }
    ],
    "text": "Social History Observation"
  },
  "subject": {
    "reference": "Patient/PatientPSBCExample",
    "display": "Greta Wiebe"
  },
  "note": [
    {
      "text": "Lives alone. Would benefit from home support for bath assist, has declined in past."
    }
  ]
}