FHIR IG analytics| Package | ca.infoway.vip.mert |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-DiagnosticReportMERT.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.infoway.vip.mert@0.1.0-retry&canonical=https://intrahealth.com/fhir/mert/StructureDefinition/DiagnosticReportMERT |
| URL | https://intrahealth.com/fhir/mert/StructureDefinition/DiagnosticReportMERT |
| Status | draft |
| Name | DiagnosticReportMERT |
| Title | DiagnosticReport (MERT) |
| Description | This profile describes the DiagnosticReport for MERT. |
| Type | DiagnosticReport |
| Kind | resource |
No resources found
| StructureDefinition | ||
| ca.infoway.vip.mert#0.1.0-retry | PatientMERT | Patient (MERT) |
No narrative content found in resource
{
"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
}
]
}
}