PackagesCanonicalsLogsProblems
    Packages
    digidot.ny@0.2.6
    http://novari.no/fhir/digidot/StructureDefinition/digidot-Observation-no
{
  "description": null,
  "_filename": "digidot-Observation-no.StructureDefinition.json",
  "package_name": "digidot.ny",
  "date": "2025-10-31",
  "derivation": "constraint",
  "publisher": "Novari AS – DigiDot",
  "fhirVersion": "4.0.1",
  "name": "digidot_Observation_no",
  "abstract": false,
  "type": "Observation",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "DigiDot Observation (NO)",
  "package_version": "0.2.6",
  "status": "draft",
  "id": "1e59145f-2bfd-40e6-99df-0293789e97b4",
  "kind": "resource",
  "url": "http://novari.no/fhir/digidot/StructureDefinition/digidot-Observation-no",
  "version": "0.1.3",
  "differential": {
    "element": [ {
      "id": "Observation",
      "path": "Observation"
    }, {
      "id": "Observation.status",
      "max": "1",
      "min": 1,
      "path": "Observation.status",
      "fixedCode": "final"
    }, {
      "id": "Observation.category",
      "max": "*",
      "min": 0,
      "path": "Observation.category",
      "binding": {
        "strength": "preferred",
        "valueSet": "http://terminology.hl7.org/ValueSet/observation-category"
      }
    }, {
      "id": "Observation.code",
      "min": 1,
      "path": "Observation.code",
      "short": "Observable entity",
      "binding": {
        "strength": "required",
        "valueSet": "http://snomed.info/sct?fhir_vs=isa/363787002",
        "description": "SNOMED CT Observable entity"
      },
      "constraint": [ {
        "key": "obs-sct-min1",
        "human": "Minst én SNOMED (pre eller post) bør være til stede.",
        "severity": "warning",
        "expression": "coding.where(system = 'http://snomed.info/sct').exists()"
      } ],
      "definition": "SNOMED CT-konseptet som beskriver hva som observeres (observable entity)."
    }, {
      "id": "Observation.code.coding",
      "max": "2",
      "min": 1,
      "path": "Observation.code.coding",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "$this",
          "type": "profile"
        } ]
      }
    }, {
      "id": "Observation.code.coding:SCTpre",
      "max": "1",
      "min": 1,
      "path": "Observation.code.coding",
      "type": [ {
        "code": "Coding",
        "profile": [ "http://novari.no/fhir/digidot/StructureDefinition/Coding-SCTpre-no" ]
      } ],
      "sliceName": "SCTpre"
    }, {
      "id": "Observation.code.coding:SCTpost",
      "max": "1",
      "min": 0,
      "path": "Observation.code.coding",
      "type": [ {
        "code": "Coding",
        "profile": [ "http://novari.no/fhir/digidot/StructureDefinition/Coding-SCTpost-no" ]
      } ],
      "sliceName": "SCTpost"
    }, {
      "id": "Observation.subject",
      "min": 1,
      "path": "Observation.subject",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.no/fhir/StructureDefinition/no-basis-Patient", "http://hl7.org/fhir/StructureDefinition/Patient" ]
      } ]
    }, {
      "id": "Observation.encounter",
      "max": "1",
      "min": 0,
      "path": "Observation.encounter",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://novari.no/fhir/digidot/StructureDefinition/digidot-Encounter-no", "http://hl7.org/fhir/StructureDefinition/Encounter" ]
      } ]
    }, {
      "id": "Observation.effective[x]",
      "max": "1",
      "min": 0,
      "path": "Observation.effective[x]",
      "type": [ {
        "code": "dateTime"
      } ]
    }, {
      "id": "Observation.value[x]",
      "max": "1",
      "min": 0,
      "path": "Observation.value[x]",
      "type": [ {
        "code": "Quantity"
      }, {
        "code": "CodeableConcept"
      }, {
        "code": "string"
      }, {
        "code": "integer"
      }, {
        "code": "boolean"
      } ],
      "short": "Resultatverdi",
      "definition": "Resultatet av observasjonen."
    }, {
      "id": "Observation.interpretation",
      "max": "*",
      "min": 0,
      "path": "Observation.interpretation"
    }, {
      "id": "Observation.bodySite",
      "max": "*",
      "min": 0,
      "path": "Observation.bodySite"
    }, {
      "id": "Observation.bodySite.coding",
      "max": "*",
      "min": 0,
      "path": "Observation.bodySite.coding",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "system",
          "type": "value"
        } ]
      }
    }, {
      "id": "Observation.bodySite.coding:sct",
      "max": "*",
      "min": 0,
      "path": "Observation.bodySite.coding",
      "sliceName": "sct"
    }, {
      "id": "Observation.bodySite.coding:sct.system",
      "min": 1,
      "path": "Observation.bodySite.coding.system",
      "fixedUri": "http://snomed.info/sct"
    }, {
      "id": "Observation.bodySite.coding:sct.code",
      "min": 1,
      "path": "Observation.bodySite.coding.code"
    }, {
      "id": "Observation.bodySite.coding:sct.display",
      "max": "1",
      "min": 0,
      "path": "Observation.bodySite.coding.display"
    }, {
      "id": "Observation.note",
      "max": "*",
      "min": 0,
      "path": "Observation.note"
    }, {
      "id": "Observation.performer",
      "max": "*",
      "min": 0,
      "path": "Observation.performer",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.no/fhir/StructureDefinition/no-basis-Practitioner", "http://hl7.org/fhir/StructureDefinition/Practitioner" ]
      }, {
        "code": "Reference",
        "targetProfile": [ "http://hl7.no/fhir/StructureDefinition/no-basis-PractitionerRole", "http://hl7.org/fhir/StructureDefinition/PractitionerRole" ]
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation"
}