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

FHIR IG analytics

Packageca.infoway.vip.mert
Resource TypeStructureDefinition
IdStructureDefinition-SocialHistoryTobaccoUseMERT.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.vip.mert@0.1.0-retry&canonical=https://intrahealth.com/fhir/mert/StructureDefinition/SocialHistoryTobaccoUseMERT
URLhttps://intrahealth.com/fhir/mert/StructureDefinition/SocialHistoryTobaccoUseMERT
Statusdraft
NameSocialHistoryTobaccoUseMERT
TitleSocial History - Tobacco Use (MERT)
DescriptionSocial history tobacco use observation for MERT exchange.
TypeObservation
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ca.infoway.vip.mert#0.1.0-retryPatientMERTPatient (MERT)

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "SocialHistoryTobaccoUseMERT",
  "url": "https://intrahealth.com/fhir/mert/StructureDefinition/SocialHistoryTobaccoUseMERT",
  "name": "SocialHistoryTobaccoUseMERT",
  "title": "Social History - Tobacco Use (MERT)",
  "status": "draft",
  "description": "Social history tobacco use observation for MERT exchange.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Observation",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Observation.status",
        "path": "Observation.status",
        "short": "'final' only",
        "comment": "For MERT, only Observation.status = 'final' is processed.",
        "patternCode": "final",
        "mustSupport": true
      },
      {
        "id": "Observation.category",
        "path": "Observation.category",
        "short": "social-history",
        "comment": "Exactly one category is used in Social History - Tobacco Use for MERT, and it SHALL be social-history.",
        "min": 1,
        "max": "1",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "social-history",
              "system": "http://terminology.hl7.org/CodeSystem/observation-category"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Observation.code",
        "path": "Observation.code",
        "short": "Tobacco smoking status (LOINC 72166-2)",
        "comment": "MERT Tobacco Use uses LOINC 72166-2.",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "72166-2",
              "system": "http://loinc.org"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Observation.subject",
        "path": "Observation.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://intrahealth.com/fhir/mert/StructureDefinition/PatientMERT"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "Observation.effective[x]",
        "path": "Observation.effective[x]",
        "comment": "Use effective[x] when available to indicate clinically relevant timing (e.g., when smoking started).",
        "mustSupport": true
      },
      {
        "id": "Observation.value[x]",
        "path": "Observation.value[x]",
        "type": [
          {
            "code": "CodeableConcept"
          }
        ],
        "mustSupport": true,
        "binding": {
          "strength": "required",
          "valueSet": "http://hl7.org/fhir/ValueSet/observation-smokingstatus"
        }
      },
      {
        "id": "Observation.value[x].text",
        "path": "Observation.value[x].text",
        "mustSupport": true
      },
      {
        "id": "Observation.note",
        "path": "Observation.note",
        "comment": "Use note for tobacco-use related comments.",
        "mustSupport": true
      }
    ]
  }
}