PackagesCanonicalsLogsProblems
    Packages
    racsel.org@0.2.1
    http://racsel.org/StructureDefinition/LACDocReferenceMeOw
description: Medication Overview metadata (MeOw).
package_name: racsel.org
derivation: constraint
name: LACDocReferenceMeOw
type: DocumentReference
elements:
  status:
    pattern: {type: Code, value: current}
    index: 0
  type:
    elements:
      coding:
        index: 1
        elements:
          system:
            pattern: {type: Uri, value: 'http://loinc.org'}
            index: 2
          code:
            pattern: {type: Code, value: 56445-0}
            index: 3
          display:
            pattern: {type: String, value: Medication summary Document}
            index: 4
    required: [coding]
  subject:
    type: Reference
    refers: ['http://racsel.org/StructureDefinition/LACPatient']
    index: 5
  author: {index: 6}
  content:
    elements:
      attachment:
        elements:
          contentType:
            pattern: {type: Code, value: application/fhir+json}
            index: 7
  context:
    elements:
      related: {short: 'Contains the medication overview document, Bundle-Document MeOw.', mustSupport: true, index: 8}
package_version: 0.2.1
class: profile
kind: resource
url: http://racsel.org/StructureDefinition/LACDocReferenceMeOw
base: https://profiles.ihe.net/ITI/MHD/StructureDefinition/IHE.MHD.Minimal.DocumentReference
version: 0.2.1
required: [author, subject]