PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.ibcm@1.0.0-ballot
    http://hl7.org/fhir/uv/ibcm/StructureDefinition/fetal-record-identifier
description: DataType Profile to represent Identifier of a fetal record in context.
package_name: hl7.fhir.uv.ibcm
derivation: constraint
name: FetalIdentifier
type: Identifier
elements:
  type:
    mustSupport: true
    pattern:
      type: CodeableConcept
      value:
        coding:
        - {code: PI, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
    index: 0
  system: {mustSupport: true, index: 1}
  value: {mustSupport: true, index: 2}
package_version: 1.0.0-ballot
class: complex-type
kind: complex-type
url: http://hl7.org/fhir/uv/ibcm/StructureDefinition/fetal-record-identifier
base: http://hl7.org/fhir/StructureDefinition/Identifier
version: 1.0.0-ballot
required: [value, system]