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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeObservation
IdObservation-ma-ma-schema-1-Observation-alcohol-use-5008.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 ma-ma-schema-1-Observation-alcohol-use-5008

Last updated: 2023-12-18 23:07:47+0000;

Information Source: urn:telus:emr:ma:ma-schema-1

Security Label: normal (Details: Confidentiality code N = 'normal')

identifier: urn:telus:emr:ma:ma-schema-1:Observation/alcohol-5008 (use: official, )

status: Final

category: Social History

code: Alcohol Use

subject: John Michael Smith

encounter: Encounter: identifier = urn:telus:emr:ma:ma-schema-1:Encounter#2001 (use: official, ); status = finished; class = ambulatory (ActCode#AMB); type = ; period = 2023-12-18 10:00:00+0000 --> 2023-12-18 10:45:00+0000; reasonCode =

effective: 2023-12-18 10:20:00+0000

performer: Dr. Sarah Johnson

value: 2 drinks/day (Details: UCUM code{drinks}/d = '{drinks}/d')

note:

Patient reports occasional social drinking, approximately 2 drinks per day on weekends


Source1

{
  "resourceType": "Observation",
  "id": "ma-ma-schema-1-Observation-alcohol-use-5008",
  "meta": {
    "lastUpdated": "2023-12-18T23:07:47Z",
    "source": "urn:telus:emr:ma:ma-schema-1",
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:ma:ma-schema-1:Observation",
      "value": "alcohol-5008"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "74013-4",
        "display": "Alcoholic drinks per day"
      }
    ],
    "text": "Alcohol Use"
  },
  "subject": {
    "reference": "Patient/ma-ma-schema-1-Patient-12345",
    "type": "Patient",
    "display": "John Michael Smith"
  },
  "encounter": {
    "reference": "Encounter/ma-ma-schema-1-Encounter-2001",
    "type": "Encounter"
  },
  "effectiveDateTime": "2023-12-18T10:20:00Z",
  "performer": [
    {
      "reference": "Practitioner/ma-ma-schema-1-Practitioner-789",
      "type": "Practitioner",
      "display": "Dr. Sarah Johnson"
    }
  ],
  "valueQuantity": {
    "value": 2,
    "unit": "drinks/day",
    "system": "http://unitsofmeasure.org",
    "code": "{drinks}/d"
  },
  "note": [
    {
      "text": "Patient reports occasional social drinking, approximately 2 drinks per day on weekends"
    }
  ]
}