PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.livd@0.1.0
    http://hl7.org/fhir/uv/livd/StructureDefinition/observationdefinition-uv-livd
{
  "description": "Explanation of what this profile contains/is for",
  "_filename": "StructureDefinition-observationdefinition-uv-livd.json",
  "package_name": "hl7.fhir.uv.livd",
  "date": "2018-08-14",
  "derivation": "constraint",
  "publisher": "Health Level Seven, Inc. - Orders and Observations WG",
  "fhirVersion": "3.5.0",
  "name": "LIVD ObservationDefinition",
  "mapping": [ {
    "uri": "http://hl7.org/v2",
    "name": "HL7 v2 Mapping",
    "identity": "v2"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/fivews",
    "name": "FiveWs Pattern",
    "identity": "w5"
  } ],
  "abstract": false,
  "type": "ObservationDefinition",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.1.0",
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "dom-2",
        "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
        "xpath": "not(parent::f:contained and f:contained)",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.contained.empty()"
      }, {
        "key": "dom-4",
        "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
        "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
      }, {
        "key": "dom-3",
        "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource",
        "xpath": "not(exists(for $contained in f:contained return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::f:reference[@value='#'])]))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(canonical) = '#').exists()).not()).trace('unmatched', id).empty()"
      }, {
        "key": "dom-6",
        "human": "A resource should have narrative for robust management",
        "xpath": "exists(f:text/h:div)",
        "source": "DomainResource",
        "severity": "warning",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice",
          "valueBoolean": true
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bestpractice-explanation",
          "valueMarkdown": "When a resource has no narrative, only systems that fully understand the data can display the resource to a human safely. Including a guman readable representation in the resource makes for a much more robust eco-system and cheaper handling of resources by intermediary systems. Some ecosystems restrict distribution of resources to only those systems that do fully understand the resources, and as a consequence implementers may believe that the narrative is superfluous. However experience shows that such eco-systems often open up to new participants over time."
        } ],
        "expression": "text.div.exists()"
      }, {
        "key": "dom-5",
        "human": "If a resource is contained in another resource, it SHALL NOT have a security label",
        "xpath": "not(exists(f:contained/*/f:meta/f:security))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.meta.security.empty()"
      } ],
      "path": "ObservationDefinition",
      "min": 0,
      "definition": "Set of definitional characteristics for a kind of observation or measurement produced or consumed by an orderable health care service.",
      "isModifier": false,
      "short": "LIVD ObservationDefinition",
      "mapping": [ {
        "map": "Entity. Role, or Act",
        "identity": "rim"
      }, {
        "map": "OM2\nOM3\nOMC",
        "identity": "v2"
      }, {
        "map": "Observation[classCode=OBS, moodCode=DEF]",
        "identity": "rim"
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "ObservationDefinition",
      "comment": "An instance of this resource informs the consumer of a health-related service (such as a lab diagnostic test or panel) about how the observations used or produced by this service will look like.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ObservationDefinition"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.id",
      "min": 0,
      "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
      "isModifier": false,
      "short": "Logical id of this artifact",
      "type": [ {
        "code": "id"
      } ],
      "max": "1",
      "id": "ObservationDefinition.id",
      "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.id"
      },
      "isSummary": true
    }, {
      "path": "ObservationDefinition.meta",
      "min": 0,
      "definition": "The 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.",
      "isModifier": false,
      "short": "Metadata about the resource",
      "type": [ {
        "code": "Meta"
      } ],
      "max": "1",
      "id": "ObservationDefinition.meta",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.meta"
      },
      "isSummary": true
    }, {
      "path": "ObservationDefinition.implicitRules",
      "min": 0,
      "definition": "A 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.",
      "isModifier": true,
      "short": "A set of rules under which this content was created",
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "ObservationDefinition.implicitRules",
      "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. Often, when used, the URL is a reference to an implementation guide that defines these special rules as part of it's narrative along with other profiles, value sets, etc.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.implicitRules"
      },
      "isModifierReason": "This element is labeled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation",
      "isSummary": true
    }, {
      "path": "ObservationDefinition.language",
      "min": 0,
      "definition": "The base language in which the resource is written.",
      "isModifier": false,
      "short": "Language of the resource content",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "preferred",
        "valueSet": "http://hl7.org/fhir/ValueSet/languages",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
          "valueCanonical": "http://hl7.org/fhir/ValueSet/all-languages"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Language"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "A human language."
      },
      "max": "1",
      "id": "ObservationDefinition.language",
      "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.language"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.text",
      "min": 0,
      "definition": "A 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.",
      "isModifier": false,
      "short": "Text summary of the resource, for human interpretation",
      "mapping": [ {
        "map": "Act.text?",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "alias": [ "narrative", "html", "xhtml", "display" ],
      "max": "1",
      "id": "ObservationDefinition.text",
      "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded information is added later.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "DomainResource.text"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.contained",
      "min": 0,
      "definition": "These 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.",
      "isModifier": false,
      "short": "Contained, inline Resources",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Resource"
      } ],
      "alias": [ "inline resources", "anonymous resources", "contained resources" ],
      "max": "*",
      "id": "ObservationDefinition.contained",
      "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. Contained resources may have profiles and tags In their meta elements, but SHALL NOT have security labels.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.contained"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.extension",
      "min": 1,
      "definition": "An Extension",
      "isModifier": false,
      "short": "Extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "value",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "mustSupport": false,
      "max": "2",
      "id": "ObservationDefinition.extension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ObservationDefinition.extension",
      "min": 1,
      "definition": "An Extension",
      "isModifier": false,
      "short": "Extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/uv/livd/StructureDefinition/ext-device" ]
      } ],
      "mustSupport": true,
      "sliceName": "ObservationDefinitionDevice",
      "max": "1",
      "id": "ObservationDefinition.extension:ObservationDefinitionDevice",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "ObservationDefinition.extension",
      "min": 0,
      "definition": "An Extension",
      "isModifier": false,
      "short": "Extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/uv/livd/StructureDefinition/ext-vendorReferenceIdentifier" ]
      } ],
      "mustSupport": true,
      "sliceName": "ObservationDefinitionVendorReferenceIdentifier",
      "max": "1",
      "id": "ObservationDefinition.extension:ObservationDefinitionVendorReferenceIdentifier",
      "condition": [ "ele-1" ],
      "comment": "Provides an alternate reference identifier by which the IVD Test is known.  Only the identifier.value is required.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "path": "ObservationDefinition.modifierExtension",
      "min": 0,
      "definition": "May 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. 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ObservationDefinition.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the resource that contains them",
      "isSummary": false
    }, {
      "path": "ObservationDefinition.category",
      "requirements": "Used for filtering what observations are retrieved and displayed.",
      "min": 0,
      "definition": "A code that classifies the general type of observation.",
      "isModifier": false,
      "short": "Category of observation",
      "mapping": [ {
        "map": "FiveWs.class",
        "identity": "w5"
      }, {
        "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"DEF\"].code",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": false,
      "alias": [ "Class of observation" ],
      "max": "0",
      "id": "ObservationDefinition.category",
      "comment": "In addition to the required category valueset, this element allows various categorization schemes based on the owner’s definition of the category and effectively multiple categories can be used at once. The level of granularity is defined by the category concepts in the value set.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.category"
      },
      "isSummary": true
    }, {
      "path": "ObservationDefinition.code",
      "requirements": "Knowing what kind of observation is being made is essential to understanding the observation.",
      "min": 1,
      "definition": "Describes what will be observed. Sometimes this is called the observation \"name\".",
      "isModifier": false,
      "short": "Type of observation (code / type)",
      "mapping": [ {
        "map": "FiveWs.what[x]",
        "identity": "w5"
      }, {
        "map": "OM1-2",
        "identity": "v2"
      }, {
        "map": "code",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/observation-codes",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ObservationCode"
        } ],
        "description": "Codes identifying names of simple observations."
      },
      "alias": [ "Name" ],
      "max": "1",
      "id": "ObservationDefinition.code",
      "comment": "Contains both the IVD Test Code and Name of the analyte.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "ObservationDefinition.code"
      },
      "isSummary": true
    }, {
      "path": "ObservationDefinition.permittedDataType",
      "min": 0,
      "definition": "data type allowed for the result of the observation.",
      "isModifier": false,
      "short": "permitted data type for observation value",
      "mapping": [ {
        "map": "OM1-3",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "ObservationDefinition.permittedDataType",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ObservationDefinition.permittedDataType"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.multipleResultsAllowed",
      "min": 0,
      "definition": "Multiple results allowed for this kind of observation.",
      "isModifier": false,
      "short": "multiple results allowed",
      "type": [ {
        "code": "boolean"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ObservationDefinition.multipleResultsAllowed",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.multipleResultsAllowed"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.method",
      "requirements": "In some cases, method can impact results.",
      "min": 0,
      "definition": "The method or technique used to perform the observation.",
      "isModifier": false,
      "short": "The method or technique used to perform the observation",
      "mapping": [ {
        "map": "OM1-14",
        "identity": "v2"
      }, {
        "map": "methodCode",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/observation-methods",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ObservationMethod"
        } ],
        "description": "Methods for simple observations."
      },
      "max": "1",
      "id": "ObservationDefinition.method",
      "comment": "Only used if not implicit in observation code.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.method"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.preferredReportName",
      "min": 0,
      "definition": "The preferred name to be used when reporting the results of this observation.",
      "isModifier": false,
      "short": "Preferred report name",
      "mapping": [ {
        "map": "OM1-9",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ObservationDefinition.preferredReportName",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.preferredReportName"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ObservationDefinition.quantitativeDetails",
      "min": 0,
      "definition": "Characteristics for quantitative results of this observation.",
      "isModifier": false,
      "short": "Characteristics of quantitative results",
      "mapping": [ {
        "map": "OM2",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.quantitativeDetails",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.quantitativeDetails"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.quantitativeDetails.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ObservationDefinition.quantitativeDetails.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.quantitativeDetails.extension",
      "min": 0,
      "definition": "May 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.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ObservationDefinition.quantitativeDetails.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.quantitativeDetails.modifierExtension",
      "min": 0,
      "definition": "May 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. 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ObservationDefinition.quantitativeDetails.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "path": "ObservationDefinition.quantitativeDetails.customaryUnit",
      "min": 0,
      "definition": "Customary unit used to report quantitative results of this observation.",
      "isModifier": false,
      "short": "Customary unit for quantitative results",
      "mapping": [ {
        "map": "OM2-2",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "extensible",
        "valueSet": "http://unitsofmeasure.org/vs",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ObservationUnit"
        } ],
        "description": "Units usable for observations."
      },
      "max": "1",
      "id": "ObservationDefinition.quantitativeDetails.customaryUnit",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.quantitativeDetails.customaryUnit"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.quantitativeDetails.unit",
      "min": 0,
      "definition": "SI unit used to report quantitative results of this observation.",
      "isModifier": false,
      "short": "SI unit for quantitative results",
      "mapping": [ {
        "map": "OM2-4",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "extensible",
        "valueSet": "http://unitsofmeasure.org/vs",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ObservationUnit"
        } ],
        "description": "Units usable for observations."
      },
      "max": "1",
      "id": "ObservationDefinition.quantitativeDetails.unit",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.quantitativeDetails.unit"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.quantitativeDetails.conversionFactor",
      "min": 0,
      "definition": "Factor for converting value expressed with SI unit to value expressed with customary unit.",
      "isModifier": false,
      "short": "SI ti Customary unit conversion factor",
      "mapping": [ {
        "map": "OM2-5",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "decimal"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.quantitativeDetails.conversionFactor",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.quantitativeDetails.conversionFactor"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.quantitativeDetails.decimalPrecision",
      "min": 0,
      "definition": "number of digits after decimal separator when the results of this observation are of type Quantity.",
      "isModifier": false,
      "short": "Decimal precision of observation quantitative results",
      "mapping": [ {
        "map": "OM2-3",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "integer"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.quantitativeDetails.decimalPrecision",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.quantitativeDetails.decimalPrecision"
      },
      "isSummary": false
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() or (children().count() > id.count())"
      } ],
      "path": "ObservationDefinition.qualifiedInterval",
      "requirements": "multiple reference ranges, for different patient contexts.",
      "min": 0,
      "definition": "Reference range for ordinal and continuous observations.",
      "isModifier": false,
      "short": "reference range for observation result",
      "mapping": [ {
        "map": "OM2-6",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ObservationDefinition.qualifiedInterval",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ObservationDefinition.qualifiedInterval"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.qualifiedInterval.id",
      "min": 0,
      "definition": "Unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "isModifier": false,
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ObservationDefinition.qualifiedInterval.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.qualifiedInterval.extension",
      "min": 0,
      "definition": "May 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.",
      "isModifier": false,
      "short": "Additional content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ObservationDefinition.qualifiedInterval.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.qualifiedInterval.modifierExtension",
      "min": 0,
      "definition": "May 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. 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.\n\nModifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).",
      "isModifier": true,
      "short": "Extensions that cannot be ignored if unrecognized",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ObservationDefinition.qualifiedInterval.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isModifierReason": "Modifier extensions are expected to modify the meaning or interpretation of the element that contains them",
      "isSummary": true
    }, {
      "path": "ObservationDefinition.qualifiedInterval.category",
      "min": 0,
      "definition": "The category or type of interval.",
      "isModifier": false,
      "short": "The category or type of interval",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "preferred",
        "valueSet": "http://hl7.org/fhir/ValueSet/observation-category",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ObservationCategory"
        } ],
        "description": "Codes for high level observation categories."
      },
      "max": "1",
      "id": "ObservationDefinition.qualifiedInterval.category",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.qualifiedInterval.category"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.qualifiedInterval.range",
      "requirements": "The unit may be not relevant for ordinal values. In case it is there, it is the same as SIunit or customaryUnit.",
      "min": 0,
      "definition": "The value and associated unit of the low bound (inclusive) of the reference range.",
      "isModifier": false,
      "short": "Low bound of reference range, if relevant",
      "mapping": [ {
        "map": "OM2-6.1.1",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "Range"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.qualifiedInterval.range",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.qualifiedInterval.range"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.qualifiedInterval.type",
      "requirements": "what kind of reference range this is - normal, recommended, therapeutic, etc., - for proper interpretation.",
      "min": 0,
      "definition": "Codes to indicate what part of the targeted reference population it applies to. For example, the normal or therapeutic range.",
      "isModifier": false,
      "short": "Reference range qualifier",
      "mapping": [ {
        "map": "n.a.",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "extensible",
        "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-meaning",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ObservationRangeMeaning"
        } ],
        "description": "Code for the meaning of a reference range."
      },
      "max": "1",
      "id": "ObservationDefinition.qualifiedInterval.type",
      "comment": "normal range is the default.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.qualifiedInterval.type"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.qualifiedInterval.appliesTo",
      "requirements": "target population (male, female, pregnancy, a specific race ….",
      "min": 0,
      "definition": "Codes to indicate the target population this reference range applies to.",
      "isModifier": false,
      "short": "Reference range population",
      "mapping": [ {
        "map": "OM2-6.2 OM2-6.6",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": false,
      "binding": {
        "strength": "example",
        "valueSet": "http://hl7.org/fhir/ValueSet/referencerange-appliesto",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ObservationRangeType"
        } ],
        "description": "Codes identifying the population the reference range applies to."
      },
      "max": "*",
      "id": "ObservationDefinition.qualifiedInterval.appliesTo",
      "comment": "If this element is not present then the global population is assumed.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "ObservationDefinition.qualifiedInterval.appliesTo"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.qualifiedInterval.age",
      "requirements": "Some analytes vary greatly over age.",
      "min": 0,
      "definition": "The 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.",
      "isModifier": false,
      "short": "Applicable age range, if relevant",
      "mapping": [ {
        "map": "OM2-6.3",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "Range"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.qualifiedInterval.age",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.qualifiedInterval.age"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.qualifiedInterval.gestationalAge",
      "min": 0,
      "definition": "The gestational age at which this reference range is applicable, in the context of pregnancy.",
      "isModifier": false,
      "short": "Applicable gestational age range, if relevant",
      "mapping": [ {
        "map": "OM2-6.4",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "Range"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.qualifiedInterval.gestationalAge",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.qualifiedInterval.gestationalAge"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.qualifiedInterval.condition",
      "min": 0,
      "definition": "Text based condition for which the reference range is valid.",
      "isModifier": false,
      "short": "condition associated with the reference range",
      "mapping": [ {
        "map": "OM2-6.7",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.qualifiedInterval.condition",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.qualifiedInterval.condition"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.validCodedValueSet",
      "min": 0,
      "definition": "The set of valid coded results for the observation.",
      "isModifier": false,
      "short": "Value set of valid coded values for the observation",
      "mapping": [ {
        "map": "OM3-3",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.validCodedValueSet",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.validCodedValueSet"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.normalCodedValueSet",
      "min": 0,
      "definition": "The set of normal coded results for the observation.",
      "isModifier": false,
      "short": "Value set of normal coded values for the observation",
      "mapping": [ {
        "map": "OM3-4",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ObservationDefinition.normalCodedValueSet",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.normalCodedValueSet"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.abnormalCodedValueSet",
      "min": 0,
      "definition": "The set of abnormal coded results for the observation.",
      "isModifier": false,
      "short": "Value set of abnormal coded values for the observation",
      "mapping": [ {
        "map": "OM3-5",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ObservationDefinition.abnormalCodedValueSet",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.abnormalCodedValueSet"
      },
      "isSummary": false
    }, {
      "path": "ObservationDefinition.criticalCodedValueSet",
      "min": 0,
      "definition": "The set of critical coded results for the observation.",
      "isModifier": false,
      "short": "Value set of critical coded values for the observation",
      "mapping": [ {
        "map": "OM3-6",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ObservationDefinition.criticalCodedValueSet",
      "base": {
        "max": "1",
        "min": 0,
        "path": "ObservationDefinition.criticalCodedValueSet"
      },
      "isSummary": false
    } ]
  },
  "status": "draft",
  "id": "183a1d53-2b67-48c6-9fe6-c072812b4326",
  "kind": "resource",
  "url": "http://hl7.org/fhir/uv/livd/StructureDefinition/observationdefinition-uv-livd",
  "version": "0.1.0",
  "differential": {
    "element": [ {
      "id": "ObservationDefinition",
      "path": "ObservationDefinition",
      "short": "LIVD ObservationDefinition",
      "comment": "An instance of this resource informs the consumer of a health-related service (such as a lab diagnostic test or panel) about how the observations used or produced by this service will look like.",
      "mapping": [ {
        "map": "OM2\nOM3\nOMC",
        "identity": "v2"
      }, {
        "map": "Observation[classCode=OBS, moodCode=DEF]",
        "identity": "rim"
      } ],
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ObservationDefinition.extension",
      "max": "2",
      "min": 1,
      "path": "ObservationDefinition.extension",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "value",
          "type": "value"
        } ]
      },
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "ObservationDefinition.extension:ObservationDefinitionDevice",
      "max": "1",
      "min": 1,
      "path": "ObservationDefinition.extension",
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/uv/livd/StructureDefinition/ext-device" ]
      } ],
      "sliceName": "ObservationDefinitionDevice",
      "isModifier": false,
      "mustSupport": true
    }, {
      "path": "ObservationDefinition.extension",
      "min": 0,
      "isModifier": false,
      "type": [ {
        "code": "Extension",
        "profile": [ "http://hl7.org/fhir/uv/livd/StructureDefinition/ext-vendorReferenceIdentifier" ]
      } ],
      "mustSupport": true,
      "sliceName": "ObservationDefinitionVendorReferenceIdentifier",
      "max": "1",
      "id": "ObservationDefinition.extension:ObservationDefinitionVendorReferenceIdentifier",
      "comment": "Provides an alternate reference identifier by which the IVD Test is known.  Only the identifier.value is required."
    }, {
      "path": "ObservationDefinition.category",
      "requirements": "Used for filtering what observations are retrieved and displayed.",
      "min": 0,
      "definition": "A code that classifies the general type of observation.",
      "isModifier": false,
      "short": "Category of observation",
      "mapping": [ {
        "map": ".outboundRelationship[typeCode=\"COMP].target[classCode=\"LIST\", moodCode=\"DEF\"].code",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": false,
      "alias": [ "Class of observation" ],
      "max": "0",
      "id": "ObservationDefinition.category",
      "comment": "In addition to the required category valueset, this element allows various categorization schemes based on the owner’s definition of the category and effectively multiple categories can be used at once. The level of granularity is defined by the category concepts in the value set."
    }, {
      "path": "ObservationDefinition.code",
      "requirements": "Knowing what kind of observation is being made is essential to understanding the observation.",
      "min": 1,
      "definition": "Describes what will be observed. Sometimes this is called the observation \"name\".",
      "isModifier": false,
      "short": "Type of observation (code / type)",
      "mapping": [ {
        "map": "OM1-2",
        "identity": "v2"
      }, {
        "map": "code",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": false,
      "alias": [ "Name" ],
      "max": "1",
      "id": "ObservationDefinition.code",
      "comment": "Contains both the IVD Test Code and Name of the analyte."
    }, {
      "path": "ObservationDefinition.permittedDataType",
      "min": 0,
      "definition": "data type allowed for the result of the observation.",
      "isModifier": false,
      "short": "permitted data type for observation value",
      "mapping": [ {
        "map": "OM1-3",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "ObservationDefinition.permittedDataType"
    }, {
      "path": "ObservationDefinition.multipleResultsAllowed",
      "min": 0,
      "definition": "Multiple results allowed for this kind of observation.",
      "isModifier": false,
      "short": "multiple results allowed",
      "type": [ {
        "code": "boolean"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ObservationDefinition.multipleResultsAllowed"
    }, {
      "path": "ObservationDefinition.method",
      "requirements": "In some cases, method can impact results.",
      "min": 0,
      "definition": "The method or technique used to perform the observation.",
      "isModifier": false,
      "mapping": [ {
        "map": "OM1-14",
        "identity": "v2"
      }, {
        "map": "methodCode",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.method",
      "comment": "Only used if not implicit in observation code."
    }, {
      "path": "ObservationDefinition.preferredReportName",
      "min": 0,
      "definition": "The preferred name to be used when reporting the results of this observation.",
      "isModifier": false,
      "short": "Preferred report name",
      "mapping": [ {
        "map": "OM1-9",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ObservationDefinition.preferredReportName"
    }, {
      "path": "ObservationDefinition.quantitativeDetails",
      "min": 0,
      "definition": "Characteristics for quantitative results of this observation.",
      "isModifier": false,
      "short": "Characteristics of quantitative results",
      "mapping": [ {
        "map": "OM2",
        "identity": "v2"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.quantitativeDetails"
    }, {
      "path": "ObservationDefinition.quantitativeDetails.customaryUnit",
      "min": 0,
      "definition": "Customary unit used to report quantitative results of this observation.",
      "isModifier": false,
      "short": "Customary unit for quantitative results",
      "mapping": [ {
        "map": "OM2-2",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.quantitativeDetails.customaryUnit"
    }, {
      "path": "ObservationDefinition.quantitativeDetails.unit",
      "min": 0,
      "definition": "SI unit used to report quantitative results of this observation.",
      "isModifier": false,
      "short": "SI unit for quantitative results",
      "mapping": [ {
        "map": "OM2-4",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "Coding"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.quantitativeDetails.unit"
    }, {
      "path": "ObservationDefinition.quantitativeDetails.conversionFactor",
      "min": 0,
      "definition": "Factor for converting value expressed with SI unit to value expressed with customary unit.",
      "isModifier": false,
      "short": "SI ti Customary unit conversion factor",
      "mapping": [ {
        "map": "OM2-5",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "decimal"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.quantitativeDetails.conversionFactor"
    }, {
      "path": "ObservationDefinition.quantitativeDetails.decimalPrecision",
      "min": 0,
      "definition": "number of digits after decimal separator when the results of this observation are of type Quantity.",
      "isModifier": false,
      "short": "Decimal precision of observation quantitative results",
      "mapping": [ {
        "map": "OM2-3",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "integer"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.quantitativeDetails.decimalPrecision"
    }, {
      "path": "ObservationDefinition.qualifiedInterval",
      "requirements": "multiple reference ranges, for different patient contexts.",
      "min": 0,
      "definition": "Reference range for ordinal and continuous observations.",
      "isModifier": false,
      "short": "reference range for observation result",
      "mapping": [ {
        "map": "OM2-6",
        "identity": "v2"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ObservationDefinition.qualifiedInterval"
    }, {
      "id": "ObservationDefinition.qualifiedInterval.category",
      "max": "1",
      "min": 0,
      "path": "ObservationDefinition.qualifiedInterval.category",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "isModifier": false,
      "mustSupport": false
    }, {
      "path": "ObservationDefinition.qualifiedInterval.range",
      "requirements": "The unit may be not relevant for ordinal values. In case it is there, it is the same as SIunit or customaryUnit.",
      "min": 0,
      "definition": "The value and associated unit of the low bound (inclusive) of the reference range.",
      "isModifier": false,
      "short": "Low bound of reference range, if relevant",
      "mapping": [ {
        "map": "OM2-6.1.1",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "Range"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.qualifiedInterval.range"
    }, {
      "path": "ObservationDefinition.qualifiedInterval.type",
      "requirements": "what kind of reference range this is - normal, recommended, therapeutic, etc., - for proper interpretation.",
      "min": 0,
      "definition": "Codes to indicate what part of the targeted reference population it applies to. For example, the normal or therapeutic range.",
      "isModifier": false,
      "short": "Reference range qualifier",
      "mapping": [ {
        "map": "n.a.",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.qualifiedInterval.type",
      "comment": "normal range is the default."
    }, {
      "path": "ObservationDefinition.qualifiedInterval.appliesTo",
      "requirements": "target population (male, female, pregnancy, a specific race ….",
      "min": 0,
      "definition": "Codes to indicate the target population this reference range applies to.",
      "isModifier": false,
      "short": "Reference range population",
      "mapping": [ {
        "map": "OM2-6.2 OM2-6.6",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "mustSupport": false,
      "max": "*",
      "id": "ObservationDefinition.qualifiedInterval.appliesTo",
      "comment": "If this element is not present then the global population is assumed."
    }, {
      "path": "ObservationDefinition.qualifiedInterval.age",
      "requirements": "Some analytes vary greatly over age.",
      "min": 0,
      "definition": "The 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.",
      "isModifier": false,
      "short": "Applicable age range, if relevant",
      "mapping": [ {
        "map": "OM2-6.3",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "Range"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.qualifiedInterval.age"
    }, {
      "path": "ObservationDefinition.qualifiedInterval.gestationalAge",
      "min": 0,
      "definition": "The gestational age at which this reference range is applicable, in the context of pregnancy.",
      "isModifier": false,
      "short": "Applicable gestational age range, if relevant",
      "mapping": [ {
        "map": "OM2-6.4",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "Range"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.qualifiedInterval.gestationalAge"
    }, {
      "path": "ObservationDefinition.qualifiedInterval.condition",
      "min": 0,
      "definition": "Text based condition for which the reference range is valid.",
      "isModifier": false,
      "short": "condition associated with the reference range",
      "mapping": [ {
        "map": "OM2-6.7",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.qualifiedInterval.condition"
    }, {
      "path": "ObservationDefinition.validCodedValueSet",
      "min": 0,
      "definition": "The set of valid coded results for the observation.",
      "isModifier": false,
      "short": "Value set of valid coded values for the observation",
      "mapping": [ {
        "map": "OM3-3",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": false,
      "max": "1",
      "id": "ObservationDefinition.validCodedValueSet"
    }, {
      "path": "ObservationDefinition.normalCodedValueSet",
      "min": 0,
      "definition": "The set of normal coded results for the observation.",
      "isModifier": false,
      "short": "Value set of normal coded values for the observation",
      "mapping": [ {
        "map": "OM3-4",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ObservationDefinition.normalCodedValueSet"
    }, {
      "path": "ObservationDefinition.abnormalCodedValueSet",
      "min": 0,
      "definition": "The set of abnormal coded results for the observation.",
      "isModifier": false,
      "short": "Value set of abnormal coded values for the observation",
      "mapping": [ {
        "map": "OM3-5",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ObservationDefinition.abnormalCodedValueSet"
    }, {
      "path": "ObservationDefinition.criticalCodedValueSet",
      "min": 0,
      "definition": "The set of critical coded results for the observation.",
      "isModifier": false,
      "short": "Value set of critical coded values for the observation",
      "mapping": [ {
        "map": "OM3-6",
        "identity": "v2"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": false,
      "max": "0",
      "id": "ObservationDefinition.criticalCodedValueSet"
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/special/committees/orders/",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/ObservationDefinition"
}