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

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeObservation
Idzib-AlcoholUse-01.json
FHIR VersionR3

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

Observatie/bepaling. Subject: Johan XXX_Helleman. Id: 18cc8831-8fdf-11ec-2010-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6), Status: definitief
Bepalingdatum/tijdVanaf 1980
CodeWaarde
Finding relating to alcohol drinking behavior (finding)Current drinker of alcohol
Alcohol intake (observable entity)4 glasses per week

Source1

{
  "resourceType": "Observation",
  "id": "zib-alcoholuse-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "18cc8831-8fdf-11ec-2010-020000000000"
    }
  ],
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "228273003",
        "display": "Finding relating to alcohol drinking behavior (finding)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/nl-core-patient-01",
    "display": "Johan XXX_Helleman"
  },
  "effectivePeriod": {
    "start": "1980"
  },
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "219006",
        "display": "Current drinker of alcohol"
      }
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "160573003",
            "display": "Alcohol intake (observable entity)"
          }
        ]
      },
      "valueQuantity": {
        "value": 4,
        "unit": "glasses per week",
        "system": "http://unitsofmeasure.org",
        "code": "{glasses}/wk"
      }
    }
  ]
}