PackagesCanonicalsLogsProblems
    Packages
    swiss.mednet.fhir@0.14.0
    https://mednet.swiss/fhir/StructureDefinition/mni-obs-annotation
description: MedNet Interface (MNI) - Annotation Observation Profile
package_name: swiss.mednet.fhir
derivation: constraint
name: MNIAnnotationObservation
type: Observation
elements:
  id: {short: 'The id is unique within the space of all resources of the same type on the same server It can be any combination of upper- or lower-case ASCII letters ''A''..''Z'', and ''a''..''z'', numerals (''0''..''9''), ''-'' and ''.'' with a length limit of 64 characters. (This might be an integer, an un-prefixed OID, UUID or any other identifier pattern that meets these constraints.)', mustSupport: true, index: 0}
  status:
    short: 'Fixed value: final'
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 1
  category:
    short: The category will be used to group the annotations while showing them in mednet. This information will not be reported in the form
    mustSupport: true
    index: 2
    elements:
      text: {short: A keyword or flag linked to the annotation, mustSupport: true, index: 3}
    required: [text]
  code:
    mustSupport: true
    index: 4
    elements:
      coding:
        mustSupport: true
        index: 5
        slicing:
          slices:
            loinc:
              match: {}
              schema:
                mustSupport: true
                index: 5
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    mustSupport: true
                    index: 6
                  code:
                    pattern: {type: Code, value: 48767-8}
                    mustSupport: true
                    index: 7
                  display:
                    pattern: {type: String, value: 'Annotation comment [Interpretation] Narrative'}
                    mustSupport: true
                    index: 8
                required: [system, code]
  subject:
    type: Reference
    short: Link to the Patient
    mustSupport: true
    refers: ['https://mednet.swiss/fhir/StructureDefinition/mni-patient']
    index: 9
  effectiveDateTime: {type: dateTime, short: When the observation occured, mustSupport: true, index: 10}
  value:
    choices: []
    index: 12
  valueString: {short: The content of the annotation, mustSupport: true, index: 13}
package_version: 0.14.0
class: profile
kind: resource
url: https://mednet.swiss/fhir/StructureDefinition/mni-obs-annotation
base: http://hl7.org/fhir/StructureDefinition/Observation
version: 0.14.0
required: [valueString, value, code]