description: MedNet Interface (MNI) - Risk Factor package_name: swiss.mednet.fhir derivation: constraint name: MNIRiskFactor 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: final pattern: {type: Code, value: final} mustSupport: true index: 1 category: mustSupport: true pattern: type: CodeableConcept value: coding: - {code: social-history, system: 'http://terminology.hl7.org/CodeSystem/observation-category', display: Social History} index: 2 code: short: Risk factor mustSupport: true pattern: type: CodeableConcept value: coding: - {code: '80943009', system: 'http://snomed.info/sct', display: Risk Factor} index: 3 subject: type: Reference short: Link to the Patient mustSupport: true refers: ['https://mednet.swiss/fhir/StructureDefinition/mni-patient'] index: 4 valueCodeableConcept: mustSupport: true index: 5 elements: coding: index: 6 slicing: rules: open ordered: false discriminator: - {path: system, type: value} - {path: code, type: value} min: null slices: snomed: match: {system: 'http://snomed.info/sct', code: null} schema: mustSupport: true index: 7 elements: system: pattern: {type: Uri, value: 'http://snomed.info/sct'} mustSupport: true index: 8 code: {mustSupport: true, index: 9} display: {mustSupport: true, index: 10} required: [system, code] loinc: match: {system: 'http://loinc.org', code: null} schema: mustSupport: true index: 11 elements: system: pattern: {type: Uri, value: 'http://loinc.org'} mustSupport: true index: 12 code: {mustSupport: true, index: 13} display: {mustSupport: true, index: 14} required: [system, code] text: {short: Should contain the full name or label of the risk factor in the document language. This text must alway be provided, mustSupport: true, index: 15} required: [text] package_version: 0.3.0 class: profile kind: resource url: https://mednet.swiss/fhir/StructureDefinition/mni-obs-riskFactor base: http://hl7.org/fhir/StructureDefinition/Observation version: 0.3.0 required: [valueCodeableConcept, category, code]