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

FHIR IG analytics

Packagehl7.fhir.cl.clips
Resource TypeObservation
IdObservation-ObservacionConsumoTabacoEjemplo.json
FHIR VersionR4

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

Generated Narrative: Observation ObservacionConsumoTabacoEjemplo

status: Final

category: Social History

code: Estado de tabaquismo

subject: Vale Female, DoB: 1995-05-01 ( Chile: 19.241.323-8 (use: official, ))

effective: 2020-08-10

performer: Practitioner Catalina Alexandra Donoso (official)

value: Fumador ocasional de tabaco


Source1

{
  "resourceType": "Observation",
  "id": "ObservacionConsumoTabacoEjemplo",
  "meta": {
    "profile": [
      "https://hl7chile.cl/fhir/ig/clips/StructureDefinition/Observation-uso-de-tabaco-cl-ips"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "72166-2",
        "display": "Tobacco smoking status"
      }
    ],
    "text": "Estado de tabaquismo"
  },
  "subject": {
    "reference": "Patient/PacienteClIpsEjemplo"
  },
  "effectiveDateTime": "2020-08-10",
  "performer": [
    {
      "reference": "Practitioner/PrestadorMedFamiliarClIpsEjemplo"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "428041000124106",
        "display": "Occasional tobacco smoker"
      }
    ],
    "text": "Fumador ocasional de tabaco"
  }
}