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

FHIR IG analytics

Packagehl7.fhir.uv.cql
Resource TypeObservation
IdObservation-negation-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-example

Language: en

status: Cancelled

category: Laboratory

code: Not Done Value Set: Hemoglobin lab test (value set: http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1045.131)

subject: Alana Asdf (no stated gender), DoB: 1993-06-14

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

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


Source1

{
  "resourceType": "Observation",
  "id": "negation-example",
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "cancelled",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/codeOptions",
        "valueCanonical": "http://cts.nlm.nih.gov/fhir/2.16.840.1.113762.1.4.1045.131"
      }
    ],
    "text": "Not Done Value Set: Hemoglobin lab test"
  },
  "subject": {
    "reference": "Patient/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"
}