PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.vn.core@1.0.0-beta
    http://ehealth.gov.vn/fhir/core/StructureDefinition/Observation-Hx-CognitiveFunction-v1.0
description: Thông tin mô tả tiền sử liên quan đến khả năng nhận biết
package_name: hl7.fhir.vn.core
derivation: constraint
name: ObservationHxCognitiveFunction
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 0
  category:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        text: Social Factor & Patient History
        coding:
        - {code: social-history, system: 'http://hl7.org/fhir/ValueSet/observation-category', display: Social History}
    index: 1
  code:
    pattern:
      type: CodeableConcept
      value: {text: Mô tả về tiền sử liên quan đến khả năng nhận biết}
    index: 2
    elements:
      coding:
        index: 3
        slicing:
          rules: open
          discriminator:
          - {path: system, type: value}
          - {path: code, type: value}
          min: null
          slices:
            requireCoding:
              match: {system: null, code: null}
              schema:
                pattern:
                  type: Coding
                  value: {code: 11332-4, system: 'http://loinc.org', display: History of Cognitive function Narrative}
                index: 4
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://ehealth.gov.vn/fhir/core/StructureDefinition/Patient-v1.0', 'http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Location', 'http://hl7.org/fhir/StructureDefinition/Patient']
    index: 5
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://ehealth.gov.vn/fhir/core/StructureDefinition/Encounter-v1.0', 'http://hl7.org/fhir/StructureDefinition/Encounter']
    index: 6
  performer:
    type: Reference
    mustSupport: true
    refers: ['http://ehealth.gov.vn/fhir/core/StructureDefinition/Practitioner-v1.0', 'http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    index: 7
  value:
    mustSupport: true
    choices: []
    index: 9
  valueString:
    type: string
    index: 10
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, index: 10}
package_version: 1.0.0-beta
class: profile
kind: resource
url: http://ehealth.gov.vn/fhir/core/StructureDefinition/Observation-Hx-CognitiveFunction-v1.0
base: http://hl7.org/fhir/StructureDefinition/Observation
version: null
required: [category]