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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
Resource TypeObservation
IdObservation-pack-years-example.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 pack-years-example

status: Final

category: Social History

code: Cigarette pack-years

subject: Amy Shaw

effective: 2016-03-18 05:27:04+0000

performer: Dr Ronald Bone

value: 26 pack-years (Details: UCUM code{pack-years} = '{pack-years}')


Source1

{
  "resourceType": "Observation",
  "id": "pack-years-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus|8.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "social-history",
          "display": "Social History"
        }
      ],
      "text": "Social History"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "401201003",
        "display": "Cigarette pack-years (observable entity)"
      }
    ],
    "text": "Cigarette pack-years"
  },
  "subject": {
    "reference": "Patient/example",
    "display": "Amy Shaw"
  },
  "effectiveDateTime": "2016-03-18T05:27:04+00:00",
  "performer": [
    {
      "reference": "Practitioner/practitioner-1",
      "display": "Dr Ronald Bone"
    }
  ],
  "valueQuantity": {
    "value": 26,
    "unit": "pack-years",
    "system": "http://unitsofmeasure.org",
    "code": "{pack-years}"
  }
}