PackagesCanonicalsLogsProblems
    Packages
    fhir.outburn.co.il@0.5.4
    http://fhir.outburn.co.il/StructureDefinition/jcpm-obs-body-weight-us
description: Proposed constraints and extensions on JCPM Body Weight US Resource
package_name: fhir.outburn.co.il
derivation: constraint
name: JCPMOBodyWeightUS
type: Observation
elements:
  status:
    pattern: {type: code, value: final}
    type: code
    index: 0
  code:
    elements:
      coding:
        index: 1
        elements:
          system:
            pattern: {type: uri, value: 'http://loinc.org'}
            type: uri
            index: 2
          code:
            pattern: {type: code, value: 11727-5}
            type: code
            index: 3
          display:
            pattern: {type: string, value: Fetal Body weight estimated by US}
            type: string
            index: 4
        required: [code, system]
    required: [coding]
  subject:
    type: Reference
    refers: ['http://fhir.outburn.co.il/StructureDefinition/jcpm-patient']
    index: 5
  focus:
    index: 6
    elements:
      type:
        pattern: {type: uri, value: condition}
        type: uri
        index: 7
      identifier:
        index: 8
        elements:
          system: {index: 9}
          value: {index: 10}
        required: [system, value]
      display:
        pattern: {type: string, value: הריון}
        type: string
        index: 11
    required: [identifier]
  value:
    choices: [valueQuantity]
    index: 13
  valueQuantity:
    type: Quantity
    choiceOf: value
    index: 14
    elements:
      value: {index: 16}
      unit:
        pattern: {type: string, value: g}
        type: string
        index: 17
      system:
        pattern: {type: uri, value: 'http://unitsofmeasure.org'}
        type: uri
        index: 18
      code:
        pattern: {type: code, value: g}
        type: code
        index: 19
    required: [code, system, unit, value]
package_version: 0.5.4
class: profile
kind: resource
url: http://fhir.outburn.co.il/StructureDefinition/jcpm-obs-body-weight-us
base: http://fhir.health.gov.il/StructureDefinition/il-core-observation
version: 0.3.0
required: [focus, subject, value, valueQuantity]