PackagesCanonicalsLogsProblems
    Packages
    fhir.outburn.co.il@0.2.0
    http://fhir.outburn.co.il/StructureDefinition/jcpm-obs-pregnancy-findings
description: Proposed constraints and extensions on JCPM Pregnancy-Findings Resource
package_name: fhir.outburn.co.il
derivation: constraint
name: JCPMObservationPregnancyFindings
type: Observation
elements:
  status:
    pattern: {type: code, value: final}
    type: code
    index: 0
  category:
    elements:
      coding:
        binding: {strength: required, valueSet: 'http://fhir.outburn.co.il/ValueSet/jcpm-resource-category'}
        index: 1
        elements:
          system: {index: 2}
          code: {index: 3}
        required: [code, system]
  code:
    elements:
      coding:
        elements:
          system:
            pattern: {type: uri, value: 'http://loinc.org'}
            type: uri
            index: 4
          code:
            pattern: {type: code, value: 89492-3}
            type: code
            index: 5
          display:
            pattern: {type: string, value: Umbilical cord exam findings}
            type: string
            index: 6
        required: [code, system]
  subject:
    type: Reference
    refers: ['http://fhir.outburn.co.il/StructureDefinition/jcpm-patient']
    index: 7
  focus:
    index: 8
    elements:
      type:
        pattern: {type: uri, value: condition}
        type: uri
        index: 9
      identifier:
        index: 10
        elements:
          system: {index: 11}
          value: {index: 12}
        required: [system, value]
      display:
        pattern: {type: string, value: הריון}
        type: string
        index: 13
    required: [identifier]
  encounter:
    type: Reference
    refers: ['http://fhir.outburn.co.il/StructureDefinition/jcpm-enc-birth']
    index: 14
  component:
    index: 15
    elements:
      code:
        elements:
          coding:
            binding: {strength: required, valueSet: 'http://fhir.outburn.co.il/ValueSet/jcpm-umbilical-obs-code'}
            index: 16
            elements:
              system:
                pattern: {type: uri, value: 'http://snomed.info/sct'}
                type: uri
                index: 17
              code: {index: 18}
              display:
                pattern: {type: string, value: '[#] Pregnancies'}
                type: string
                index: 19
            required: [code, system]
        required: [coding]
      value:
        choices: [valueCodeableConcept]
        index: 21
      valueCodeableConcept:
        type: CodeableConcept
        choiceOf: value
        index: 22
        elements:
          coding:
            elements:
              system:
                pattern: {type: uri, value: 'http://snomed.info/sct'}
                type: uri
                index: 24
              code: {index: 25}
            required: [code, system]
      interpretation:
        elements:
          coding:
            binding: {strength: required, valueSet: 'http://fhir.outburn.co.il/ValueSet/jcpm-obs-interpretation'}
            index: 26
            elements:
              system:
                pattern: {type: uri, value: 'http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation'}
                type: uri
                index: 27
              code: {index: 28}
              display: {index: 29}
            required: [code, display, system]
package_version: 0.2.0
class: profile
kind: resource
url: http://fhir.outburn.co.il/StructureDefinition/jcpm-obs-pregnancy-findings
base: http://fhir.health.gov.il/StructureDefinition/il-core-observation
version: 0.3.0
required: [component, encounter, focus, subject]