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

FHIR IG analytics

Packageehealth4u.package
Resource TypeObservation
IdConsumption of alcohol - Alexis Ioannou - IPS 1.json
FHIR VersionR4

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",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-consumptionofalcohol"
    ]
  },
  "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": "80439-3",
        "display": "Alcohol intake panel"
      }
    ]
  },
  "subject": {
    "reference": "Patient/194315"
  },
  "encounter": {
    "reference": "Encounter/194316"
  },
  "effectivePeriod": {
    "start": "2012-03-13",
    "end": "2014-09-24"
  },
  "performer": [
    {
      "reference": "PractitionerRole/194313"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "219006",
        "display": "Current drinker"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "74013-4",
            "display": "Alcoholic drinks per day"
          }
        ]
      },
      "valueQuantity": {
        "value": 1,
        "unit": "/d",
        "system": "http://unitsofmeasure.org",
        "code": "/d"
      },
      "extension": [
        {
          "url": "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-ext-alcoholtype",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "35748005",
                "display": "Wine"
              }
            ]
          }
        }
      ]
    }
  ]
}