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

FHIR IG analytics

Packageehealth4u.package
Resource TypeObservation
IdDrug use - Maria Iosif.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",
  "id": "cyehrdruguse-mariaiosif18-02-2020",
  "meta": {
    "profile": [
      "http://ig.ehealth4u.eu/fhir/StructureDefinition/cyehr-sd-druguse"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "228366006",
        "display": "Drug use"
      }
    ]
  },
  "subject": {
    "reference": "Patient/cyehrpatient-mariaiosif",
    "type": "Patient",
    "display": "Patient Maria Iosif"
  },
  "encounter": {
    "reference": "Encounter/cyehrencounter-mariaiosifANDhelenegeorgiou18-02-2020"
  },
  "effectiveDateTime": "2018-06-14",
  "performer": {
    "reference": "PractitionerRole/cyehrpractitionerrole-dr-helengeorgiou",
    "display": "Doctor Helen Georgiou"
  },
  "valueCodeableConcept": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "361055000",
          "display": "Misuses drugs (finding)"
        }
      ]
    }
  ],
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "105590001",
            "display": "Substance"
          }
        ]
      },
      "valueCodeableConcept": [
        {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "398705004",
              "display": "Cannabis"
            }
          ]
        }
      ]
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "260911001",
            "display": "Dosage"
          }
        ]
      },
      "valueQuantity": {
        "value": "1",
        "unit": "g/d",
        "system": "http://unitsofmeasure.org",
        "code": "g/d"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "410675002",
            "display": "Route of administration"
          }
        ]
      },
      "valueCodeableConcept": [
        {
          "coding": [
            {
              "system": "http://standardterms.edqm.eu",
              "code": "20020000",
              "display": "Inhalation use"
            }
          ]
        }
      ]
    }
  ]
}