| Package | fhir.ieb.core |
| Resource Type | StructureDefinition |
| Id | DiagnosticReport-ieb |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=fhir.ieb.core@0.1.2&canonical=http://www.ieb.ufsc.br/fhir/StructureDefinition/DiagnosticReport-ieb |
| URL | http://www.ieb.ufsc.br/fhir/StructureDefinition/DiagnosticReport-ieb |
| Version | 1.0.0 |
| Status | active |
| Date | 2021-05-21 |
| Name | DiagnosticReportIEB |
| Title | DiagnosticReport (IEB) |
| Realm | us |
| Authority | hl7 |
| Description | This profile constrains the DiagnosticReport resource to represent diagnostic test and procedure reports in a patient summary. |
| Purpose | This profile constrains the DiagnosticReport resource to use the specific IPS profiles for observations and coded data types. |
| Type | DiagnosticReport |
| Kind | resource |
No resources found
| StructureDefinition | |
| CodeableConcept-uv-ips | Codeable Concept (IPS) |
| Observation-results-radiology-uv-ips | Observation Results - Radiology (IPS) |
| Organization-uv-ips | Organization (IPS) |
| Patient-uv-ips | Patient (IPS) |
| Practitioner-uv-ips | Practitioner (IPS) |
| PractitionerRole-uv-ips | PractitionerRole (IPS) |
| Specimen-uv-ips | Specimen (IPS) |
| Observation-results-laboratory-uv-ips | Observation Results: laboratory (IPS) |
| Observation-results-pathology-uv-ips | Observation Results: pathology (IPS) |
| Observation-results-uv-ips | Observation Results (IPS) |
Note: links and images are rebased to the (stated) source
Name: DiagnosticReportIEB
Title: DiagnosticReport (IEB)
Status: Active
URL: http://www.ieb.ufsc.br/fhir/StructureDefinition/DiagnosticReport-ieb
Publisher: Health Level Seven International - Patient Care Work Group
{
"resourceType": "StructureDefinition",
"id": "DiagnosticReport-ieb",
"meta": {
"versionId": "4",
"lastUpdated": "2021-05-21T19:36:33.406+00:00",
"source": "#qyXcJZB1F5V4CXGe"
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://www.ieb.ufsc.br/fhir/StructureDefinition/DiagnosticReport-ieb",
"version": "1.0.0",
"name": "DiagnosticReportIEB",
"title": "DiagnosticReport (IEB)",
"status": "active",
"experimental": false,
"date": "2021-05-21",
"publisher": "Health Level Seven International - Patient Care Work Group",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/patientcare"
}
]
}
],
"description": "This profile constrains the DiagnosticReport resource to represent diagnostic test and procedure reports in a patient summary.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001"
}
]
}
],
"purpose": "This profile constrains the DiagnosticReport resource to use the specific IPS profiles for observations and coded data types.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "workflow",
"uri": "http://hl7.org/fhir/workflow",
"name": "Workflow Pattern"
},
{
"identity": "v2",
"uri": "http://hl7.org/v2",
"name": "HL7 v2 Mapping"
},
{
"identity": "rim",
"uri": "http://hl7.org/v3",
"name": "RIM Mapping"
},
{
"identity": "w5",
"uri": "http://hl7.org/fhir/fivews",
"name": "FiveWs Pattern Mapping"
}
],
"kind": "resource",
"abstract": false,
"type": "DiagnosticReport",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "DiagnosticReport",
"path": "DiagnosticReport",
"mustSupport": true
},
{
"id": "DiagnosticReport.status",
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-display-hint",
"valueString": "default: final"
}
],
"path": "DiagnosticReport.status",
"fixedCode": "final",
"mustSupport": true
},
{
"id": "DiagnosticReport.category",
"path": "DiagnosticReport.category",
"min": 1,
"max": "1",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
]
}
],
"mustSupport": true
},
{
"id": "DiagnosticReport.code",
"path": "DiagnosticReport.code",
"type": [
{
"code": "CodeableConcept",
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/CodeableConcept-uv-ips"
]
}
],
"mustSupport": true
},
{
"id": "DiagnosticReport.subject",
"path": "DiagnosticReport.subject",
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Patient-uv-ips",
"http://hl7.org/fhir/StructureDefinition/Group"
]
}
],
"mustSupport": true
},
{
"id": "DiagnosticReport.subject.reference",
"path": "DiagnosticReport.subject.reference",
"min": 1,
"mustSupport": true
},
{
"id": "DiagnosticReport.effective[x]",
"path": "DiagnosticReport.effective[x]",
"min": 1,
"max": "1",
"type": [
{
"code": "dateTime"
},
{
"code": "Period"
}
],
"mustSupport": true
},
{
"id": "DiagnosticReport.effective[x].extension",
"path": "DiagnosticReport.effective[x].extension",
"short": "effective[x] absence reason",
"definition": "Provides a reason why the effectiveTime is missing.",
"max": "1",
"type": [
{
"code": "Extension",
"profile": [
"http://hl7.org/fhir/StructureDefinition/data-absent-reason"
]
}
],
"mustSupport": true
},
{
"id": "DiagnosticReport.performer",
"path": "DiagnosticReport.performer",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Practitioner-uv-ips",
"http://hl7.org/fhir/uv/ips/StructureDefinition/PractitionerRole-uv-ips",
"http://hl7.org/fhir/uv/ips/StructureDefinition/Organization-uv-ips",
"http://hl7.org/fhir/StructureDefinition/CareTeam"
]
}
],
"mustSupport": true
},
{
"id": "DiagnosticReport.specimen",
"path": "DiagnosticReport.specimen",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Specimen-uv-ips"
]
}
],
"mustSupport": false
},
{
"id": "DiagnosticReport.result",
"path": "DiagnosticReport.result",
"slicing": {
"discriminator": [
{
"type": "profile",
"path": "$this.resolve()"
}
],
"rules": "open"
},
"short": "Observation results included in the diagnostic report.",
"definition": "Observation results included in the diagnostic report.",
"mustSupport": true
},
{
"id": "DiagnosticReport.result:observation-results",
"path": "DiagnosticReport.result",
"sliceName": "observation-results",
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-laboratory-uv-ips",
"http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-pathology-uv-ips",
"http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-radiology-uv-ips",
"http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips"
]
}
],
"mustSupport": true
}
]
}
}