PackagesCanonicalsLogsProblems
    Packages
    tw.gov.mohw.emr@0.2.0
    https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRProfessionObservation
description: 此Profile繼承於臺灣核心-檢驗檢查(TW Core Observation) ,並用以記錄門診病歷中的病人職業[[*FMM1*](http://build.fhir.org/versions.html#maturity)]
package_name: tw.gov.mohw.emr
derivation: constraint
name: PMRProfessionObservation
type: Observation
elements:
  status:
    pattern: {type: Code, value: final}
    mustSupport: true
    index: 0
  code:
    elements:
      coding:
        index: 1
        slicing:
          rules: open
          discriminator:
          - {path: $this, type: type}
          min: 1
          slices:
            UsualOccupation:
              match: {}
              schema:
                _required: true
                index: 2
                elements:
                  system:
                    pattern: {type: Uri, value: 'http://loinc.org'}
                    index: 3
                  code:
                    pattern: {type: Code, value: 21847-9}
                    index: 4
                  display:
                    pattern: {type: String, value: Usual occupation Narrative}
                    index: 5
                required: [display, system, code]
    required: [coding]
  subject:
    type: Reference
    mustSupport: true
    refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRPatient']
    index: 6
  encounter:
    type: Reference
    refers: ['https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMREncounter']
    index: 7
  performer:
    type: Reference
    refers: ['http://hl7.org/fhir/StructureDefinition/CareTeam', 'http://hl7.org/fhir/StructureDefinition/PractitionerRole', 'https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMROrganization', 'https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRPatient', 'https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRPractitioner']
    index: 8
  value:
    choices: []
    index: 10
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: type}
      min: 1
      slices:
        valueString:
          match: {}
          schema:
            short: 檢驗檢查的實際結果。[應填入於門診病歷職業Occupation]
            choices: [valueString]
            _required: true
            index: 12
          min: 1
  valueString:
    type: string
    short: 檢驗檢查的實際結果。[應填入於門診病歷職業Occupation]
    choiceOf: value
    index: 13
    slicing:
      slices:
        valueString:
          match: {}
          schema: {type: string, short: '檢驗檢查的實際結果。[應填入於門診病歷職業Occupation]', choiceOf: value, _required: true, index: 13}
          min: 1
package_version: 0.2.0
class: profile
kind: resource
url: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRProfessionObservation
base: https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/Observationtwcore
version: 0.2.0
required: [valueString, value]