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

FHIR IG analytics

Packagesurescripts.specialty
Resource TypeBundle
Idexample-SPOClinicalInformationResponse-Bundle-conditionSpecific.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Bundle",
  "id": "example-SPOClinicalInformationResponse-Bundle-conditionSpecific",
  "meta": {
    "lastUpdated": "2021-04-20T18:40:37.1138961+00:00"
  },
  "type": "message",
  "timestamp": "2021-04-20T18:41:55.8235221+00:00",
  "entry": [
    {
      "resource": {
        "resourceType": "MessageHeader",
        "id": "example-SPOClinicalInformationResponse-MessageHeader-conditionSpecific",
        "eventCoding": {
          "system": "http://surescripts.net/fhir/spo/message-events",
          "code": "condition-search-query"
        },
        "source": {
          "name": "Acme Patient Medical Record System",
          "software": "Acme Electronic Health Record",
          "endpoint": "b71baa6a-8186-4403-a150-edf279afba0d"
        }
      }
    },
    {
      "resource": {
        "resourceType": "Observation",
        "id": "example-SPOClinicalInformationResponse-Observation-labResult-glucose",
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "laboratory"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "41651-1",
              "display": "Glucose [Mass/volume] in Arterial Blood"
            }
          ]
        },
        "subject": {
          "reference": "Patient/799999"
        },
        "effectiveDateTime": "2021-04-18T18:41:55.8245192Z",
        "valueQuantity": {
          "value": 100,
          "unit": "mg/dL",
          "system": "http://unitsofmeasure.org",
          "code": "mg/dL"
        }
      }
    },
    {
      "resource": {
        "resourceType": "Observation",
        "id": "example-SPOClinicalInformationResponse-Observation-smokingStatus-currentSomeDaySmoker",
        "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"
            }
          ]
        },
        "subject": {
          "reference": "Patient/799999"
        },
        "effectiveDateTime": "2021-04-20T18:41:51.1568132Z",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "http://snomed.info/sct",
              "code": "428041000124106"
            }
          ],
          "text": "Current some day smoker"
        }
      }
    }
  ]
}