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

FHIR IG analytics

Packageca.on.olis.r4
Resource TypeStructureDefinition
IdObservationValueQuantity.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "45ee5e74-e603-42b8-8896-146800b2fd62",
  "meta": {
    "lastUpdated": "2022-08-14T04:18:24.9946503+00:00"
  },
  "url": "http://ehealthontario.ca/fhir/StructureDefinition/ObservationValueQuantity",
  "version": "2.0.1",
  "name": "ObservationValueQuantity",
  "status": "active",
  "date": "2022-08-14T04:21:50.0590265+00:00",
  "fhirVersion": "4.0.1",
  "mapping": [
    {
      "identity": "OLIS-HL7-v2",
      "name": "OLIS HL7 V2 Mapping"
    }
  ],
  "kind": "complex-type",
  "abstract": false,
  "type": "Quantity",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Quantity",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Quantity",
        "path": "Quantity",
        "mustSupport": true
      },
      {
        "id": "Quantity.value",
        "path": "Quantity.value",
        "min": 1,
        "mustSupport": true,
        "mapping": [
          {
            "identity": "OLIS-HL7-v2",
            "map": "OBX.5.1",
            "comment": "if OBX.2 = NM or SN"
          }
        ]
      },
      {
        "id": "Quantity.comparator",
        "path": "Quantity.comparator",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "OLIS-HL7-v2",
            "map": "OBX.5 (if OBX.2 = SN)",
            "comment": "may be \">\", \">=\", \"<\", \"<=\". If \"=\" is used, skip comparator"
          }
        ]
      },
      {
        "id": "Quantity.unit",
        "path": "Quantity.unit",
        "mustSupport": true,
        "mapping": [
          {
            "identity": "OLIS-HL7-v2",
            "map": "OBX.6",
            "comment": "Only applies if OBX.2 = NM or SN"
          }
        ]
      }
    ]
  }
}