FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.vip.mert
Resource TypeStructureDefinition
IdStructureDefinition-DiagnosticReportMERT.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.infoway.vip.mert@0.1.0-retry&canonical=https://intrahealth.com/fhir/mert/StructureDefinition/DiagnosticReportMERT
URLhttps://intrahealth.com/fhir/mert/StructureDefinition/DiagnosticReportMERT
Statusdraft
NameDiagnosticReportMERT
TitleDiagnosticReport (MERT)
DescriptionThis profile describes the DiagnosticReport for MERT.
TypeDiagnosticReport
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
ca.infoway.vip.mert#0.1.0-retryPatientMERTPatient (MERT)

Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "DiagnosticReportMERT",
  "url": "https://intrahealth.com/fhir/mert/StructureDefinition/DiagnosticReportMERT",
  "name": "DiagnosticReportMERT",
  "title": "DiagnosticReport (MERT)",
  "status": "draft",
  "description": "This profile describes the DiagnosticReport for MERT.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DiagnosticReport",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DiagnosticReport.status",
        "path": "DiagnosticReport.status",
        "comment": "Required binding to DiagnosticReportStatus (base R4). MERT does not further constrain allowed codes.",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.category",
        "path": "DiagnosticReport.category",
        "comment": "Base example binding applies. If category is provided, include category.text. Structured coding is encouraged but not required.",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.code",
        "path": "DiagnosticReport.code",
        "comment": "Preferred binding to LOINC Diagnostic Report Codes (base R4). Binding intentionally not strengthened to Required to avoid rejecting valid local report codes.",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.subject",
        "path": "DiagnosticReport.subject",
        "min": 1,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "https://intrahealth.com/fhir/mert/StructureDefinition/PatientMERT"
            ]
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.effective[x]",
        "path": "DiagnosticReport.effective[x]",
        "slicing": {
          "discriminator": [
            {
              "type": "type",
              "path": "$this"
            }
          ],
          "ordered": false,
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.effective[x]:effectiveDateTime",
        "path": "DiagnosticReport.effective[x]",
        "sliceName": "effectiveDateTime",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ],
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.issued",
        "path": "DiagnosticReport.issued",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.result",
        "path": "DiagnosticReport.result",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.media",
        "path": "DiagnosticReport.media",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.media.comment",
        "path": "DiagnosticReport.media.comment",
        "mustSupport": true
      },
      {
        "id": "DiagnosticReport.presentedForm",
        "path": "DiagnosticReport.presentedForm",
        "comment": "If available, include the full report as issued (e.g., HL7 raw message and/or PDF).",
        "mustSupport": true
      }
    ]
  }
}