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

FHIR IG analytics

Packageuk.gpc.updaterecord
Resource TypeObservation
Idexample--gpc-update-record--prsb--social-context--smoking-status.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "id": "example--gpc-update-record--prsb--social-context--smoking-status",
  "meta": {
    "profile": [
      "https://fhir.nhs.uk/STU3/StructureDefinition/CareConnect-GPC-Observation-1"
    ],
    "tag": [
      {
        "system": "https://fhir.nhs.uk/CodeSystem/RecordStandardHeadings",
        "code": "social-context",
        "display": "Social context"
      }
    ]
  },
  "identifier": [
    {
      "system": "https://identifiers.provider.test/observation",
      "value": "Observation/ea2fee8d-ba31-4ad7-a43c-0b320009235b"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "43381005",
        "display": "Passive smoker"
      }
    ],
    "text": "Passive smoker"
  },
  "subject": {
    "reference": "Patient/42451c37-752d-4c8e-aa80-be8258a9a4e5"
  },
  "context": {
    "reference": "Encounter/43b4530b-7e0d-4009-a006-6a8d99cbd4f0"
  },
  "issued": "2023-07-04T13:23:00.1516395+00:00",
  "performer": [
    {
      "reference": "Practitioner/39f59e67-d56b-446c-bca9-2c37e7b32c7c"
    }
  ]
}