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

FHIR IG analytics

Packagefhir.onc.us-quality-core
Resource TypeObservation
IdObservation-negation-with-code-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 negation-with-code-example

US Quality Core Not Done Reason: Contraindicated (qualifier value)

status: Cancelled

category: Laboratory

code: Hemoglobin [Mass/volume] in Arterial blood

subject: Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

encounter: Encounter: status = in-progress; class = inpatient encounter (ActCode#IMP); type = Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded.

effective: 2013-04-02 10:30:10+0100 --> 2013-04-05 10:30:10+0100

issued: 2013-04-03 15:30:10+0100

performer: Hendricks Country Hospital


Source1

{
  "resourceType": "Observation",
  "id": "negation-with-code-example",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://fhir.org/guides/onc/us-quality-core/StructureDefinition/us-quality-core-notDoneReason",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://snomed.info/sct",
            "code": "410536001",
            "display": "Contraindicated (qualifier value)"
          }
        ]
      }
    }
  ],
  "status": "cancelled",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "30313-1",
        "display": "Hemoglobin [Mass/volume] in Arterial blood"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example"
  },
  "encounter": {
    "reference": "Encounter/example"
  },
  "effectivePeriod": {
    "start": "2013-04-02T10:30:10+01:00",
    "end": "2013-04-05T10:30:10+01:00"
  },
  "issued": "2013-04-03T15:30:10+01:00",
  "performer": [
    {
      "reference": "Organization/example1",
      "display": "Hendricks Country Hospital"
    }
  ]
}