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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.kardiologie
Resource TypeObservation
IdObservation-mii-exa-kardio-raucherstatus-acribisalpha.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": "mii-exa-kardio-raucherstatus-acribisalpha",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-kardio/StructureDefinition/mii-pr-kardio-observation-rauchen-acribisalpha"
    ]
  },
  "contained": [
    {
      "resourceType": "Patient",
      "id": "Beispielpatient",
      "identifier": [
        {
          "use": "usual",
          "type": {
            "coding": [
              {
                "code": "MR",
                "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
                "display": "Krankenaktennummer"
              }
            ]
          },
          "value": "0123456789"
        }
      ],
      "name": [
        {
          "given": [
            "Max"
          ],
          "use": "official",
          "family": "Mustermann"
        }
      ],
      "address": [
        {
          "line": [
            "Musterstraße 1"
          ],
          "type": "both",
          "city": "Musterstadt",
          "postalCode": "12345",
          "country": "DE"
        }
      ],
      "language": "de-DE",
      "gender": "male",
      "birthDate": "1980-01-01"
    },
    {
      "resourceType": "Encounter",
      "id": "Beispielfall",
      "subject": {
        "reference": "#Beispielpatient"
      },
      "period": {
        "start": "2023-12-01T10:00:00+01:00",
        "end": "2023-12-03T11:00:00+01:00"
      },
      "language": "de-DE",
      "status": "finished",
      "class": {
        "code": "IMP",
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "version": "2018-08-12"
      }
    }
  ],
  "category": [
    {
      "coding": [
        {
          "code": "social-history",
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "version": "4.0.1",
          "display": "Social History"
        }
      ]
    }
  ],
  "performer": [
    {
      "display": "Beispielkardiologe"
    }
  ],
  "component": [
    {
      "valueQuantity": {
        "unit": "{pack-years}",
        "system": "http://unitsofmeasure.org",
        "code": "{pack-years}",
        "value": 35.5
      },
      "code": {
        "coding": [
          {
            "code": "401201003",
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/900000000000207008/version/20250701",
            "display": "Cigarette pack-years"
          }
        ]
      }
    },
    {
      "valueQuantity": {
        "unit": "{packs-per-day}",
        "system": "http://unitsofmeasure.org",
        "code": "{packs-per-day}",
        "value": 1
      },
      "code": {
        "coding": [
          {
            "code": "230056004",
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/900000000000207008/version/20250701"
          }
        ]
      }
    },
    {
      "valueQuantity": {
        "unit": "year",
        "system": "http://unitsofmeasure.org",
        "code": "a",
        "value": 19
      },
      "code": {
        "coding": [
          {
            "code": "228488005",
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/900000000000207008/version/20250701"
          }
        ]
      }
    },
    {
      "valueQuantity": {
        "unit": "year",
        "system": "http://unitsofmeasure.org",
        "code": "a",
        "value": 35.5,
        "comparator": "<="
      },
      "code": {
        "coding": [
          {
            "code": "228487000",
            "system": "http://snomed.info/sct",
            "version": "http://snomed.info/sct/900000000000207008/version/20250701"
          }
        ]
      }
    }
  ],
  "code": {
    "coding": [
      {
        "code": "72166-2",
        "system": "http://loinc.org",
        "version": "2.82",
        "display": "Raucherstatus"
      }
    ]
  },
  "language": "de-DE",
  "status": "final",
  "subject": {
    "reference": "#Beispielpatient"
  },
  "encounter": {
    "reference": "#Beispielfall"
  },
  "effectiveDateTime": "2023-12-01",
  "valueCodeableConcept": {
    "coding": [
      {
        "code": "77176002",
        "system": "http://snomed.info/sct",
        "version": "http://snomed.info/sct/900000000000207008/version/20250701",
        "display": "Smoker"
      }
    ]
  }
}