xCaliber healthCare Data Mesh

Observation

Overview

The Observation API allows creating, retrieving and managing clinical observation records including vital signs, lab results, and other measurements. Healthcare developers can use it to build applications that consolidate patient data from multiple sources for a more holistic view of health and disease management.

Use Cases

  • Vital Signs Capture - Ingest vital sign measurements from devices into patient records.
  • Lab Results Management - Incorporate lab test results like blood counts, cultures, panels into EHRs.
  • Remote Monitoring - Build apps to capture wearable device data like heart rate, sleep, activity.
  • Patient-Reported Outcomes - Allow patients to directly report symptoms, quality of life scores electronically.
  • Population Health Analytics - Analyze observation data across cohorts to identify trends and outliers.
  • Clinical Decision Support - Trigger alerts if observations fall outside expected ranges based on rules.
  • Research Data Collection - Aggregate observation data needed for studies and trials into a database.
  • Care Plan Tracking - Monitor observations to determine if care plan goals are being met for a condition.
  • Diagnostic Data Consolidation - Bring together medical imaging findings, pathology results, and other assessments.

EHR Data Model

EHRSupported?Mapped Source Object
AthenaVitals, Physical Exam, Lab Analyte, Vitals (Encounters)
ElationVital
EpicObservation

Object Definition

{
  "resourceType": "Observation",
  "id": "1minute-apgar-score",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: 1minute-apgar-score</p><p><b>contained</b>: </p><p><b>status</b>: final</p><p><b>category</b>: Survey <span>(Details : {http://terminology.hl7.org/CodeSystem/observation-category code 'survey' = 'Survey', given as 'Survey'})</span></p><p><b>code</b>: 1 minute Apgar Score <span>(Details : {LOINC code '9272-6' = '1 minute Apgar Score', given as '1 minute Apgar Score'}; {SNOMED CT code '169895004' = 'Apgar at 1 minute', given as 'Apgar at 1 minute'})</span></p><p><b>subject</b>: id: newborn; 12345; active; Peter James Chalmers ; gender: male; birthDate: 18/05/2016</p><p><b>effective</b>: 18/05/2016 10:33:22 PM</p><p><b>performer</b>: <a>Practitioner/example</a></p><p><b>value</b>: 0 {score}<span> (Details: UCUM code {score} = '{score}')</span></p><blockquote><p><b>component</b></p><p><b>code</b>: Apgar color score <span>(Details : {LOINC code '32406-1' = '1 minute Apgar Color', given as '1 minute Apgar Color'}; {SNOMED CT code '249227004' = 'Apgar color score', given as 'Apgar color score'})</span></p><p><b>value</b>: 0. The baby's whole body is completely bluish-gray or pale <span>(Details : {LOINC code 'LA6722-8' = 'The baby's whole body is completely bluish-gray or pale', given as 'The baby's whole body is completely bluish-gray or pale'}; {http://acme.ped/apgarcolor code '0' = '0)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Apgar respiratory effort score <span>(Details : {LOINC code '32407-9' = '1 minute Apgar Heart rate', given as '1 minute Apgar Heart Rate'}; {SNOMED CT code '249223000' = 'Apgar heart rate score', given as 'Apgar heart rate score'})</span></p><p><b>value</b>: 0. No heart rate <span>(Details : {LOINC code 'LA6716-0' = 'No heart rate', given as 'No heart rate'}; {http://acme.ped/apgarheartrate code '0' = '0)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Apgar response to stimulus score <span>(Details : {LOINC code '32409-5' = '1 minute Apgar Reflex irritability', given as '1 minute Apgar Reflex Irritability'}; {SNOMED CT code '249226008' = 'Apgar response to stimulus score', given as 'Apgar response to stimulus score'})</span></p><p><b>value</b>: 0. No response to airways being suctioned <span>(Details : {LOINC code 'LA6719-4' = 'No response to airways being suctioned', given as 'No response to airways being suctioned'}; {http://acme.ped/apgarreflexirritability code '0' = '0)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Apgar muscle tone score <span>(Details : {LOINC code '32408-7' = '1 minute Apgar Muscle tone', given as '1 minute Apgar Muscle Tone'}; {SNOMED CT code '249225007' = 'Apgar muscle tone score', given as 'Apgar muscle tone score'})</span></p><p><b>value</b>: 0. Limp; no movement <span>(Details : {LOINC code 'LA6713-7' = 'Limp; no movement', given as 'Limp; no movement'}; {http://acme.ped/apgarmuscletone code '0' = '0)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Apgar respiratory effort score <span>(Details : {LOINC code '32410-3' = '1 minute Apgar Respiratory effort', given as '1 minute Apgar Respiratory effort'}; {SNOMED CT code '249224006' = 'Apgar respiratory effort score', given as 'Apgar respiratory effort score'})</span></p><p><b>value</b>: 0. Not breathing <span>(Details : {LOINC code 'LA6725-1' = 'Not breathing', given as 'Not breathing'}; {http://acme.ped/apgarrespiratoryeffort code '0' = '0)</span></p></blockquote></div>"
  },
  "contained": [
    {
      "resourceType": "Patient",
      "id": "newborn",
      "identifier": [
        {
          "system": "http://acmehealthcare/org/mrns",
          "value": "12345"
        }
      ],
      "active": true,
      "name": [
        {
          "family": "Chalmers",
          "given": [
            "Peter",
            "James"
          ]
        }
      ],
      "gender": "male",
      "birthDate": "2016-05-18",
      "_birthDate": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/patient-birthTime",
            "valueDateTime": "2016-05-18T10:28:45Z"
          }
        ]
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey",
          "display": "Survey"
        }
      ],
      "text": "Survey"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "9272-6",
        "display": "1 minute Apgar Score"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "169895004",
        "display": "Apgar at 1 minute"
      }
    ],
    "text": "1 minute Apgar Score"
  },
  "subject": {
    "reference": "#newborn"
  },
  "effectiveDateTime": "2016-05-18T22:33:22Z",
  "performer": [
    {
      "reference": "Practitioner/example"
    }
  ],
  "valueQuantity": {
    "value": 0,
    "system": "http://unitsofmeasure.org",
    "code": "{score}"
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "32406-1",
            "display": "1 minute Apgar Color"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "249227004",
            "display": "Apgar color score"
          }
        ],
        "text": "Apgar color score"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal": 0
              }
            ],
            "system": "http://loinc.org",
            "code": "LA6722-8",
            "display": "The baby's whole body is completely bluish-gray or pale"
          },
          {
            "system": "http://acme.ped/apgarcolor",
            "code": "0"
          }
        ],
        "text": "0. The baby's whole body is completely bluish-gray or pale"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "32407-9",
            "display": "1 minute Apgar Heart Rate"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "249223000",
            "display": "Apgar heart rate score"
          }
        ],
        "text": "Apgar respiratory effort score"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal": 0
              }
            ],
            "system": "http://loinc.org",
            "code": "LA6716-0",
            "display": "No heart rate"
          },
          {
            "system": "http://acme.ped/apgarheartrate",
            "code": "0"
          }
        ],
        "text": "0. No heart rate"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "32409-5",
            "display": "1 minute Apgar Reflex Irritability"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "249226008",
            "display": "Apgar response to stimulus score"
          }
        ],
        "text": "Apgar response to stimulus score"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal": 0
              }
            ],
            "system": "http://loinc.org",
            "code": "LA6719-4",
            "display": "No response to airways being suctioned"
          },
          {
            "system": "http://acme.ped/apgarreflexirritability",
            "code": "0"
          }
        ],
        "text": "0. No response to airways being suctioned"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "32408-7",
            "display": "1 minute Apgar Muscle Tone"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "249225007",
            "display": "Apgar muscle tone score"
          }
        ],
        "text": "Apgar muscle tone score"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal": 0
              }
            ],
            "system": "http://loinc.org",
            "code": "LA6713-7",
            "display": "Limp; no movement"
          },
          {
            "system": "http://acme.ped/apgarmuscletone",
            "code": "0"
          }
        ],
        "text": "0. Limp; no movement"
      }
    },
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "32410-3",
            "display": "1 minute Apgar Respiratory effort"
          },
          {
            "system": "http://snomed.info/sct",
            "code": "249224006",
            "display": "Apgar respiratory effort score"
          }
        ],
        "text": "Apgar respiratory effort score"
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "extension": [
              {
                "url": "http://hl7.org/fhir/StructureDefinition/ordinalValue",
                "valueDecimal": 0
              }
            ],
            "system": "http://loinc.org",
            "code": "LA6725-1",
            "display": "Not breathing"
          },
          {
            "system": "http://acme.ped/apgarrespiratoryeffort",
            "code": "0"
          }
        ],
        "text": "0. Not breathing"
      }
    }
  ],
  "meta": {
    "tag": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  }
}

Data Fields

Data FieldTypeDescription
resourceTypeObservationThis is a Observation resource
ididThe logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.
metaMetaThe metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.
implicitRulesuriA reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. Often, this is a reference to an implementation guide that defines the special rules along with other profiles etc.
languagecodeThe base language in which the resource is written.
textNarrativeA human-readable narrative that contains a summary of the resource and can be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.
containedBackboneElementThese resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.
extensionExtensionMay be used to represent additional information that is not part of the basic definition of the resource. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
modifierExtensionExtensionMay be used to represent additional information that is not part of the basic definition of the resource and that modifies the understanding of the element that contains it and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
identifierIdentifierA unique identifier assigned to this observation.
basedOnReferenceA plan, proposal or order that is fulfilled in whole or in part by this event. For example, a MedicationRequest may require a patient to have laboratory test performed before it is dispensed.
partOfReferenceA larger event of which this particular Observation is a component or step. For example, an observation as part of a procedure.
statuscodeThe status of the result value.
categoryCodeableConceptA code that classifies the general type of observation being made.
codeCodeableConceptDescribes what was observed. Sometimes this is called the observation "name".
subjectReferenceThe patient, or group of patients, location, or device this observation is about and into whose record the observation is placed. If the actual focus of the observation is different from the subject (or a sample of, part, or region of the subject), the `focus` element or the `code` itself specifies the actual focus of the observation.
focusReferenceThe actual focus of an observation when it is not the patient of record representing something or someone associated with the patient such as a spouse, parent, fetus, or donor. For example, fetus observations in a mother's record. The focus of an observation could also be an existing condition, an intervention, the subject's diet, another observation of the subject, or a body structure such as tumor or implanted device. An example use case would be using the Observation resource to capture whether the mother is trained to change her child's tracheostomy tube. In this example, the child is the patient of record and the mother is the focus.
encounterReferenceThe healthcare event (e.g. a patient and healthcare provider interaction) during which this observation is made.
effectiveDateTimestringThe time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.
effectivePeriodPeriodThe time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.
effectiveTimingTimingThe time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.
effectiveInstantstringThe time or time-period the observed value is asserted as being true. For biological subjects - e.g. human patients - this is usually called the "physiologically relevant time". This is usually either the time of the procedure or of specimen collection, but very often the source of the date/time is not known, only the date/time itself.
issuedinstantThe date and time this version of the observation was made available to providers, typically after the results have been reviewed and verified.
performerReferenceWho was responsible for asserting the observed value as "true".
valueQuantityQuantityThe information determined as a result of making the observation, if the information has a simple value.
valueCodeableConceptCodeableConceptThe information determined as a result of making the observation, if the information has a simple value.
valueStringstringThe information determined as a result of making the observation, if the information has a simple value.
valueBooleanbooleanThe information determined as a result of making the observation, if the information has a simple value.
valueIntegernumberThe information determined as a result of making the observation, if the information has a simple value.
valueRangeRangeThe information determined as a result of making the observation, if the information has a simple value.
valueRatioRatioThe information determined as a result of making the observation, if the information has a simple value.
valueSampledDataSampledDataThe information determined as a result of making the observation, if the information has a simple value.
valueTimestringThe information determined as a result of making the observation, if the information has a simple value.
valueDateTimestringThe information determined as a result of making the observation, if the information has a simple value.
valuePeriodPeriodThe information determined as a result of making the observation, if the information has a simple value.
dataAbsentReasonCodeableConceptProvides a reason why the expected value in the element Observation.value[x] is missing.
interpretationCodeableConceptA categorical assessment of an observation value. For example, high, low, normal.
noteAnnotationComments about the observation or the results.
bodySiteCodeableConceptIndicates the site on the subject's body where the observation was made (i.e. the target site).
methodCodeableConceptIndicates the mechanism used to perform the observation.
specimenReferenceThe specimen that was used when this observation was made.
deviceReferenceThe device used to generate the observation data.
referenceRangeBackboneElementGuidance on how to interpret the value by comparison to a normal or recommended range. Multiple reference ranges are interpreted as an "OR". In other words, to represent two distinct target populations, two `referenceRange` elements would be used.
referenceRange.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
referenceRange.extensionExtensionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
referenceRange.modifierExtensionExtensionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
referenceRange.lowQuantityThe value of the low bound of the reference range. The low bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the low bound is omitted, it is assumed to be meaningless (e.g. reference range is <=2.3).
referenceRange.highQuantityThe value of the high bound of the reference range. The high bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the high bound is omitted, it is assumed to be meaningless (e.g. reference range is >= 2.3).
referenceRange.typeCodeableConceptCodes to indicate the what part of the targeted reference population it applies to. For example, the normal or therapeutic range.
referenceRange.appliesToCodeableConceptCodes to indicate the target population this reference range applies to. For example, a reference range may be based on the normal population or a particular sex or race. Multiple `appliesTo` are interpreted as an "AND" of the target populations. For example, to represent a target population of African American females, both a code of female and a code for African American would be used.
referenceRange.ageRangeThe age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so.
referenceRange.textstringText based reference range in an observation which may be used when a quantitative range is not appropriate for an observation. An example would be a reference value of "Negative" or a list or table of "normals".
hasMemberReferenceThis observation is a group observation (e.g. a battery, a panel of tests, a set of vital sign measurements) that includes the target as a member of the group.
derivedFromReferenceThe target resource that represents a measurement from which this observation value is derived. For example, a calculated anion gap or a fetal measurement based on an ultrasound image.
componentBackboneElementSome observations have multiple component observations. These component observations are expressed as separate code value pairs that share the same attributes. Examples include systolic and diastolic component observations for blood pressure measurement and multiple component observations for genetics observations.
component.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
component.extensionExtensionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
component.modifierExtensionExtensionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
component.codeCodeableConceptDescribes what was observed. Sometimes this is called the observation "code".
component.valueQuantityQuantityThe information determined as a result of making the observation, if the information has a simple value.
component.valueCodeableConceptCodeableConceptThe information determined as a result of making the observation, if the information has a simple value.
component.valueStringstringThe information determined as a result of making the observation, if the information has a simple value.
component.valueBooleanbooleanThe information determined as a result of making the observation, if the information has a simple value.
component.valueIntegernumberThe information determined as a result of making the observation, if the information has a simple value.
component.valueRangeRangeThe information determined as a result of making the observation, if the information has a simple value.
component.valueRatioRatioThe information determined as a result of making the observation, if the information has a simple value.
component.valueSampledDataSampledDataThe information determined as a result of making the observation, if the information has a simple value.
component.valueTimestringThe information determined as a result of making the observation, if the information has a simple value.
component.valueDateTimestringThe information determined as a result of making the observation, if the information has a simple value.
component.valuePeriodPeriodThe information determined as a result of making the observation, if the information has a simple value.
component.dataAbsentReasonCodeableConceptProvides a reason why the expected value in the element Observation.component.value[x] is missing.
component.interpretationCodeableConceptA categorical assessment of an observation value. For example, high, low, normal.
component.referenceRangeBackboneElementGuidance on how to interpret the value by comparison to a normal or recommended range.
component.referenceRange.idstringUnique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
component.referenceRange.extensionExtensionMay be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.
component.referenceRange.modifierExtensionExtensionMay be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element's descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).
component.referenceRange.lowQuantityThe value of the low bound of the reference range. The low bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the low bound is omitted, it is assumed to be meaningless (e.g. reference range is <=2.3).
component.referenceRange.highQuantityThe value of the high bound of the reference range. The high bound of the reference range endpoint is inclusive of the value (e.g. reference range is >=5 - <=9). If the high bound is omitted, it is assumed to be meaningless (e.g. reference range is >= 2.3).
component.referenceRange.typeCodeableConceptCodes to indicate the what part of the targeted reference population it applies to. For example, the normal or therapeutic range.
component.referenceRange.appliesToCodeableConceptCodes to indicate the target population this reference range applies to. For example, a reference range may be based on the normal population or a particular sex or race. Multiple `appliesTo` are interpreted as an "AND" of the target populations. For example, to represent a target population of African American females, both a code of female and a code for African American would be used.
component.referenceRange.ageRangeThe age at which this reference range is applicable. This is a neonatal age (e.g. number of weeks at term) if the meaning says so.
component.referenceRange.textstringText based reference range in an observation which may be used when a quantitative range is not appropriate for an observation. An example would be a reference value of "Negative" or a list or table of "normals".

Extensions

NameURL
PRACTICEhttp://xcaliber-fhir/structureDefinition/practice
VISIT_NOTEhttp://xcaliber-fhir/structureDefinition/visit-note
NON_VISIT_NOTEhttp://xcaliber-fhir/structureDefinition/non-visit-note
DOCUMENT_DATEhttp://xcaliber-fhir/structureDefinition/observation-document-date
CHART_DATEhttp://xcaliber-fhir/structureDefinition/observation-chart-date
SIGNED_DATEhttp://xcaliber-fhir/structureDefinition/observation-signed-date
SIGNED_BYhttp://xcaliber-fhir/structureDefinition/signed-by
DELETED_DATEhttp://xcaliber-fhir/structureDefinition/observation-deleted-date
XCALIBER_ELATION_EXTENSIONhttp://xcaliber-fhir/structureDefinition/elation-observation
LABELhttp://xcaliber-fhir/structureDefinition/observation-label
CLINICALELEMENTIDhttp://xcaliber-fhir/structureDefinition/clinical-element-id
CREATEDBYhttp://xcaliber-fhir/structureDefinition/created-by
CREATEDDATEhttp://xcaliber-fhir/structureDefinition/created-date
ISGRAPHABLEhttp://xcaliber-fhir/structureDefinition/is-graphable
LASTMODIFIEDBYhttp://xcaliber-fhir/structureDefinition/physical-exam/last-modified-by
LASTMODIFIEDDATEhttp://xcaliber-fhir/structureDefinition/modified-date
READINGIDhttp://xcaliber-fhir/structureDefinition/reading-id
SOURCEhttp://xcaliber-fhir/structureDefinition/source
SOURCEIDhttp://xcaliber-fhir/structureDefinition/source-id
SECTIONNOTELASTMODIFIEDBYhttp://xcaliber-fhir/structureDefinition/physical-exam/section-note-last-modified-by
SECTIONNOTELASTMODIFIEDDATETIMEhttp://xcaliber-fhir/structureDefinition/physical-exam/section-note-last-modified-date-time
LASTMODIFIEDDATETIMEhttp://xcaliber-fhir/structureDefinition/physical-exam/last-modified-datetime
PHYSICALEXAM_TEMPLATEhttp://xcaliber-fhir/structureDefinition/physical-exam/physicalexam-template
PHYSICALEXAM_TEMPLATEDATAhttp://xcaliber-fhir/structureDefinition/physical-exam/physicalexam-template-data
REPLACESECTIONNOTEhttp://xcaliber-fhir/structureDefinition/physical-exam/replace-section-note
HIGHORDINALhttp://xcaliber-fhir/structureDefinition/high-ordinal
LOWORDINALhttp://xcaliber-fhir/structureDefinition/low-ordinal
PREFIXhttp://xcaliber-fhir/structureDefinition/prefix
SECTIONNOTEhttp://xcaliber-fhir/structureDefinition/physical-exam/section-note

Operations & APIs

Observation-GET

Observation-POST

Observation ID-GET

Observation ID-PUT

Observation ID-DELETE

Observation Export-POST