PackagesCanonicalsLogsProblems
    Packages
    egde.health.gateway@0.1.3
    http://www.egde.no/StructureDefinition/ehg-diagnostic-report
description: DiagnosticReport for Egde Health Gateway FHIR APIs
package_name: egde.health.gateway
derivation: constraint
name: EHGDiagnosticReport
type: DiagnosticReport
elements:
  identifier: {index: 0}
  status:
    pattern: {type: Code, value: final}
    index: 1
  code:
    elements:
      coding:
        elements:
          system:
            pattern: {type: Uri, value: 'http://loinc.org'}
            index: 2
  subject: {mustSupport: true, index: 3}
  performer: {mustSupport: true, index: 4}
  resultsInterpreter: {mustSupport: true, index: 5}
  specimen: {mustSupport: true, index: 6}
  result: {mustSupport: true, index: 7}
package_version: 0.1.3
class: profile
kind: resource
url: http://www.egde.no/StructureDefinition/ehg-diagnostic-report
base: http://hl7.org/fhir/StructureDefinition/DiagnosticReport
version: 0.1.2
required: [identifier]