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

FHIR IG analytics

Packagefhir.r4.ukcore.stu3.currentbuild
Resource TypeObservation
IdExtension-UKCore-TriggeredBy-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

An example to illustration observation triggered by another observation

Source1

{
  "resourceType": "Observation",
  "id": "Extension-UKCore-TriggeredBy-Example",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "observation",
          "valueReference": {
            "reference": "Observation/UKCore-Observation-DrugUse-Example"
          }
        },
        {
          "url": "type",
          "valueCode": "reflex"
        },
        {
          "url": "reason",
          "valueString": "Patient admitted to recreational drug use."
        }
      ],
      "url": "http://hl7.org/fhir/5.0/StructureDefinition/extension-Observation.triggeredBy"
    }
  ],
  "identifier": [
    {
      "system": "https://tools.ietf.org/html/rfc4122",
      "value": "293a6418-9dcf-4d42-b97a-b119afd200ba"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "1014801000000101",
        "display": "Urine tricyclic drug screen"
      }
    ]
  },
  "subject": {
    "reference": "Patient/UKCore-Patient-RichardSmith-Example"
  },
  "performer": [
    {
      "reference": "Organization/UKCore-Organization-LeedsTeachingHospital-Example"
    }
  ],
  "specimen": {
    "reference": "Specimen/UKCore-Specimen-UrineSpecimen-Example"
  }
}