{ "description": null, "_filename": "StructureDefinition-argo-diagnosticreport.json", "package_name": "fhir.argonaut.r2", "date": "2016-10-18T00:00:00+11:00", "publisher": "Argonaut Project", "fhirVersion": "1.0.2", "name": "Argonaut DiagnosticReport Profile", "mapping": [ { "uri": "http://unknown.org/US Core (STU3)", "name": "US Core (STU3)", "identity": "us-core-(stu3)" }, { "uri": "http://hl7.org/v2", "name": "HL7 v2", "identity": "v2" }, { "uri": "http://hl7.org/v3", "name": "RIM", "identity": "rim" }, { "uri": "http://hl7.org/fhir/w5", "name": "W5 Mapping", "identity": "w5" } ], "abstract": false, "type": null, "experimental": null, "resourceType": "StructureDefinition", "title": null, "package_version": "1.0.0", "snapshot": { "element": [ { "path": "DiagnosticReport", "min": 0, "definition": "The findings and interpretation of diagnostic tests performed on patients, groups of patients, devices, and locations, and/or specimens derived from these. The report includes clinical context such as requesting and provider information, and some mix of atomic results, images, textual and coded interpretations, and formatted representation of diagnostic reports.", "isModifier": false, "short": "Argonaut DiagnosticReport Profile", "name": "argoprofile", "comments": "This is intended to capture a single report, and is not suitable for use in displaying summary information that covers multiple reports. For example, this resource has not been designed for laboratory cumulative reporting formats nor detailed structured reports for sequencing.", "mapping": [ { "map": "ORU -> OBR", "identity": "v2" }, { "map": "Observation[classCode=OBS, moodCode=EVN]", "identity": "rim" }, { "map": "clinical.diagnostics", "identity": "w5" }, { "map": "DiagnosticReport", "identity": "us-core-(stu3)" } ], "type": [ { "code": "DiagnosticReport" } ], "mustSupport": false, "alias": [ "Report", "Test", "Result", "Results", "Labs", "Laboratory" ], "max": "*", "id": "DiagnosticReport:argoprofile", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport" }, "isSummary": false }, { "path": "DiagnosticReport.id", "min": 0, "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.", "isModifier": false, "short": "Logical id of this artifact", "name": "DiagnosticReport:argoprofile.id", "comments": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation. Bundles always have an id, though it is usually a generated UUID.", "type": [ { "code": "id" } ], "mustSupport": false, "max": "1", "id": "DiagnosticReport:argoprofile.id", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "DiagnosticReport.id" }, "isSummary": true }, { "path": "DiagnosticReport.meta", "min": 0, "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource.", "isModifier": false, "short": "Metadata about the resource", "name": "DiagnosticReport:argoprofile.meta", "type": [ { "code": "Meta" } ], "mustSupport": false, "max": "1", "id": "DiagnosticReport:argoprofile.meta", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "DiagnosticReport.meta" }, "isSummary": true }, { "path": "DiagnosticReport.implicitRules", "min": 0, "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.", "isModifier": true, "short": "A set of rules under which this content was created", "name": "DiagnosticReport:argoprofile.implicitRules", "comments": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element as much as possible.", "type": [ { "code": "uri" } ], "mustSupport": false, "max": "1", "id": "DiagnosticReport:argoprofile.implicitRules", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "DiagnosticReport.implicitRules" }, "isSummary": true }, { "path": "DiagnosticReport.language", "min": 0, "definition": "The base language in which the resource is written.", "isModifier": false, "short": "Language of the resource content", "name": "DiagnosticReport:argoprofile.language", "comments": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).", "type": [ { "code": "code" } ], "mustSupport": false, "binding": { "strength": "required", "description": "A human language.", "valueSetUri": "http://tools.ietf.org/html/bcp47" }, "max": "1", "id": "DiagnosticReport:argoprofile.language", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "DiagnosticReport.language" }, "isSummary": false }, { "path": "DiagnosticReport.text", "min": 0, "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.", "isModifier": false, "short": "Text summary of the resource, for human interpretation", "name": "DiagnosticReport:argoprofile.text", "comments": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative.", "mapping": [ { "map": "Act.text?", "identity": "rim" } ], "type": [ { "code": "Narrative" } ], "mustSupport": false, "alias": [ "narrative", "html", "xhtml", "display" ], "max": "1", "id": "DiagnosticReport:argoprofile.text", "condition": [ "dom-1" ], "maxLength": 0, "base": { "max": "1", "min": 0, "path": "DiagnosticReport.text" }, "isSummary": false }, { "path": "DiagnosticReport.contained", "min": 0, "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.", "isModifier": false, "short": "Contained, inline Resources", "name": "DiagnosticReport:argoprofile.contained", "comments": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Resource" } ], "mustSupport": false, "alias": [ "inline resources", "anonymous resources", "contained resources" ], "max": "*", "id": "DiagnosticReport:argoprofile.contained", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport.contained" }, "isSummary": false }, { "path": "DiagnosticReport.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional Content defined by implementations", "name": "DiagnosticReport:argoprofile.extension", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "id": "DiagnosticReport:argoprofile.extension", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport.extension" }, "isSummary": false }, { "path": "DiagnosticReport.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "name": "DiagnosticReport:argoprofile.modifierExtension", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "id": "DiagnosticReport:argoprofile.modifierExtension", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport.modifierExtension" }, "isSummary": false }, { "path": "DiagnosticReport.identifier", "requirements": "Need to know what identifier to use when making queries about this report from the source laboratory, and for linking to the report outside FHIR context.", "min": 0, "definition": "The local ID assigned to the report by the order filler, usually by the Information System of the diagnostic service provider.", "isModifier": false, "short": "Id for external references to this report", "name": "DiagnosticReport:argoprofile.identifier", "mapping": [ { "map": "OBR-51", "identity": "v2" }, { "map": "id", "identity": "rim" }, { "map": "id", "identity": "w5" } ], "type": [ { "code": "Identifier" } ], "mustSupport": false, "alias": [ "ReportID" ], "max": "*", "id": "DiagnosticReport:argoprofile.identifier", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport.identifier" }, "isSummary": true }, { "path": "DiagnosticReport.status", "requirements": "Diagnostic services routinely issue provisional/incomplete reports, and sometimes withdraw previously released reports.", "min": 1, "definition": "The status of the diagnostic report as a whole.", "isModifier": true, "short": "registered | partial | final | corrected | appended | cancelled | entered-in-error", "name": "DiagnosticReport:argoprofile.status", "comments": "This is labeled as \"Is Modifier\" because applications need to take appropriate action if a report is withdrawn.", "mapping": [ { "map": "OBR-25 (not 1:1 mapping)", "identity": "v2" }, { "map": "statusCode Note: final and amended are distinguished by whether observation is the subject of a ControlAct event of type \"revise\"", "identity": "rim" }, { "map": "status", "identity": "w5" }, { "map": "DiagnosticReport.status", "identity": "us-core-(stu3)" } ], "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/diagnostic-report-status" } }, "max": "1", "id": "DiagnosticReport:argoprofile.status", "maxLength": 0, "base": { "max": "1", "min": 1, "path": "DiagnosticReport.status" }, "isSummary": false }, { "path": "DiagnosticReport.category", "min": 1, "definition": "A code that classifies the clinical discipline, department or diagnostic service that created the report (e.g. cardiology, biochemistry, hematology, MRI). This is used for searching, sorting and display purposes.", "isModifier": false, "short": "Service category", "name": "DiagnosticReport:argoprofile.category", "comments": "The level of granularity is defined by the category concepts in the value set. More fine-grained filtering can be performed using the metadata and/or terminology hierarchy in DiagnosticReport.code.", "mapping": [ { "map": "OBR-24", "identity": "v2" }, { "map": "inboundRelationship[typeCode=COMP].source[classCode=LIST, moodCode=EVN, code < LabService].code", "identity": "rim" }, { "map": "class", "identity": "w5" }, { "map": "DiagnosticReport.category", "identity": "us-core-(stu3)" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "binding": { "strength": "example", "description": "Codes for diagnostic service sections.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections" } }, "alias": [ "Department", "Sub-department", "service", "discipline" ], "max": "1", "id": "DiagnosticReport:argoprofile.category", "maxLength": 0, "patternCodeableConcept": { "coding": [ { "code": "LAB", "system": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections", "userSelected": false } ] }, "base": { "max": "1", "min": 0, "path": "DiagnosticReport.category" }, "isSummary": false }, { "path": "DiagnosticReport.code", "requirements": "US Realm Laboratory Report Order Code.", "min": 1, "definition": "A code or name that describes this diagnostic report.", "isModifier": false, "short": "Name/Code for this diagnostic report", "name": "DiagnosticReport:argoprofile.code", "comments": "The test, panel or battery that was ordered.", "mapping": [ { "map": "OBR-4 (HL7 v2 doesn't provide an easy way to indicate both the ordered test and the performed panel)", "identity": "v2" }, { "map": "code", "identity": "rim" }, { "map": "what", "identity": "w5" }, { "map": "DiagnosticReport.code", "identity": "us-core-(stu3)" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "binding": { "strength": "extensible", "description": "LOINC codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/report-codes" } }, "max": "1", "id": "DiagnosticReport:argoprofile.code", "maxLength": 0, "base": { "max": "1", "min": 1, "path": "DiagnosticReport.code" }, "isSummary": false }, { "path": "DiagnosticReport.subject", "requirements": "SHALL know the subject context.", "min": 1, "definition": "The subject of the report. Usually, but not always, this is a patient. However diagnostic services also perform analyses on specimens collected from a variety of other sources.", "isModifier": false, "short": "The subject of the report, usually, but not always, the patient", "name": "DiagnosticReport:argoprofile.subject", "mapping": [ { "map": "PID-3 (no HL7 v2 mapping for Group or Device)", "identity": "v2" }, { "map": "participation[typeCode=SBJ]", "identity": "rim" }, { "map": "who.focus", "identity": "w5" }, { "map": "DiagnosticReport.subject", "identity": "us-core-(stu3)" } ], "type": [ { "code": "Reference", "profile": [ "http://fhir.org/guides/argonaut/StructureDefinition/argo-patient" ] } ], "mustSupport": true, "alias": [ "Patient" ], "max": "1", "id": "DiagnosticReport:argoprofile.subject", "maxLength": 0, "base": { "max": "1", "min": 1, "path": "DiagnosticReport.subject" }, "isSummary": false }, { "path": "DiagnosticReport.encounter", "min": 0, "definition": "The link to the health care event (encounter) when the order was made.", "isModifier": false, "short": "Health care event when test ordered", "name": "DiagnosticReport:argoprofile.encounter", "mapping": [ { "map": "PV1-19", "identity": "v2" }, { "map": "inboundRelationship[typeCode=COMP].source[classCode=ENC, moodCode=EVN]", "identity": "rim" }, { "map": "context", "identity": "w5" } ], "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Encounter" ] } ], "mustSupport": false, "max": "1", "id": "DiagnosticReport:argoprofile.encounter", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "DiagnosticReport.encounter" }, "isSummary": true }, { "path": "DiagnosticReport.effective[x]", "requirements": "Specimen Collection Datetime or Period.", "min": 1, "definition": "The time or time-period the observed values are related to. When the subject of the report is a patient, this is usually either the time of the procedure or of specimen collection(s), but very often the source of the date/time is not known, only the date/time itself.", "isModifier": false, "short": "Clinically Relevant time/time-period for report", "name": "DiagnosticReport:argoprofile.effective[x]", "comments": "This is the Specimen Collection Datetime or Period which is the physically relevent dateTime for laboratory tests.", "mapping": [ { "map": "OBR-7", "identity": "v2" }, { "map": "effectiveTime", "identity": "rim" }, { "map": "when.done", "identity": "w5" }, { "map": "DiagnosticReport.effective[x]", "identity": "us-core-(stu3)" } ], "type": [ { "code": "dateTime" }, { "code": "Period" } ], "mustSupport": true, "alias": [ "Observation time", "Effective Time" ], "max": "1", "id": "DiagnosticReport:argoprofile.effective[x]", "maxLength": 0, "base": { "max": "1", "min": 1, "path": "DiagnosticReport.effective[x]" }, "isSummary": false }, { "path": "DiagnosticReport.issued", "requirements": "Clinicians need to be able to check the date that the report was released.", "min": 1, "definition": "The date and time that this version of the report was released from the source diagnostic service.", "isModifier": false, "short": "DateTime this version was released", "name": "DiagnosticReport:argoprofile.issued", "comments": "May be different from the update time of the resource itself, because that is the status of the record (potentially a secondary copy), not the actual release time of the report.", "mapping": [ { "map": "OBR-22", "identity": "v2" }, { "map": "participation[typeCode=VRF or AUT].time", "identity": "rim" }, { "map": "when.recorded", "identity": "w5" }, { "map": "DiagnosticReport.issued", "identity": "us-core-(stu3)" } ], "type": [ { "code": "instant" } ], "mustSupport": true, "alias": [ "Date Created", "Date published", "Date Issued" ], "max": "1", "id": "DiagnosticReport:argoprofile.issued", "maxLength": 0, "base": { "max": "1", "min": 1, "path": "DiagnosticReport.issued" }, "isSummary": false }, { "path": "DiagnosticReport.performer", "requirements": "Need to know whom to contact if there are queries about the results. Also may need to track the source of reports for secondary data analysis.", "min": 1, "definition": "The diagnostic service that is responsible for issuing the report.", "isModifier": false, "short": "Responsible Diagnostic Service", "name": "DiagnosticReport:argoprofile.performer", "comments": "This is not necessarily the source of the atomic data items. It is the entity that takes responsibility for the clinical report.", "mapping": [ { "map": "PRT-8 (where this PRT-4-Participation = \"PO\")", "identity": "v2" }, { "map": "participation[typeCode=AUT].role[classCode=ASSIGN].scoper", "identity": "rim" }, { "map": "who.witness", "identity": "w5" }, { "map": "DiagnosticReport.performer", "identity": "us-core-(stu3)" } ], "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "mustSupport": true, "alias": [ "Laboratory", "Service", "Practitioner", "Department", "Company" ], "max": "1", "id": "DiagnosticReport:argoprofile.performer", "maxLength": 0, "base": { "max": "1", "min": 1, "path": "DiagnosticReport.performer" }, "isSummary": false }, { "path": "DiagnosticReport.request", "requirements": "Need to be able to track completion of requests based on reports issued and also to report what diagnostic tests were requested (not always the same as what is delivered).", "min": 0, "definition": "Details concerning a test or procedure requested.", "isModifier": false, "short": "What was requested", "name": "DiagnosticReport:argoprofile.request", "comments": "Note: Usually there is one test request for each result, however in some circumstances multiple test requests may be represented using a single test result resource. Note that there are also cases where one request leads to multiple reports.", "mapping": [ { "map": "ORC? OBR-2/3?", "identity": "v2" }, { "map": "outboundRelationship[typeCode=FLFS].target", "identity": "rim" } ], "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/DiagnosticOrder" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/ProcedureRequest" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/ReferralRequest" ] } ], "mustSupport": false, "max": "*", "id": "DiagnosticReport:argoprofile.request", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport.request" }, "isSummary": false }, { "path": "DiagnosticReport.specimen", "requirements": "Need to be able to report information about the collected specimens on which the report is based.", "min": 0, "definition": "Details about the specimens on which this diagnostic report is based.", "isModifier": false, "short": "Specimens this report is based on", "name": "DiagnosticReport:argoprofile.specimen", "comments": "If the specimen is sufficiently specified with a code in the test result name, then this additional data may be redundant. If there are multiple specimens, these may be represented per Observation or group.", "mapping": [ { "map": "SPM", "identity": "v2" }, { "map": "participation[typeCode=SBJ]", "identity": "rim" } ], "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Specimen" ] } ], "mustSupport": false, "max": "*", "id": "DiagnosticReport:argoprofile.specimen", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport.specimen" }, "isSummary": false }, { "path": "DiagnosticReport.result", "requirements": "Need to support individual results, or report groups of results, where the result grouping is arbitrary, but meaningful. This structure is recursive - observations can contain observations.", "min": 0, "definition": "Observations that are part of this diagnostic report. Observations can be simple name/value pairs (e.g. \"atomic\" results), or they can be grouping observations that include references to other members of the group (e.g. \"panels\").", "isModifier": false, "short": "Observations - simple, or complex nested groups", "name": "DiagnosticReport:argoprofile.result", "mapping": [ { "map": "OBXs", "identity": "v2" }, { "map": "outboundRelationship[typeCode=COMP].target", "identity": "rim" }, { "map": "DiagnosticReport.result", "identity": "us-core-(stu3)" } ], "type": [ { "code": "Reference", "profile": [ "http://fhir.org/guides/argonaut/StructureDefinition/argo-observationresults" ] } ], "mustSupport": true, "alias": [ "Data", "Atomic Value", "Result", "Atomic result", "Data", "Test", "Analyte", "Battery", "Organizer" ], "max": "*", "id": "DiagnosticReport:argoprofile.result", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport.result" }, "isSummary": false }, { "path": "DiagnosticReport.imagingStudy", "min": 0, "definition": "One or more links to full details of any imaging performed during the diagnostic investigation. Typically, this is imaging performed by DICOM enabled modalities, but this is not required. A fully enabled PACS viewer can use this information to provide views of the source images.", "isModifier": false, "short": "Reference to full details of imaging associated with the diagnostic report", "name": "DiagnosticReport:argoprofile.imagingStudy", "comments": "ImagingStudy and ImageObjectStudy and the image element are somewhat overlapping - typically, the list of image references in the image element will also be found in one of the imaging study resources. However each caters to different types of displays for different types of purposes. Neither, either, or both may be provided.", "mapping": [ { "map": "outboundRelationship[typeCode=COMP].target[classsCode=DGIMG, moodCode=EVN]", "identity": "rim" } ], "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/ImagingStudy" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/ImagingObjectSelection" ] } ], "mustSupport": false, "max": "*", "id": "DiagnosticReport:argoprofile.imagingStudy", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport.imagingStudy" }, "isSummary": false }, { "path": "DiagnosticReport.image", "requirements": "Many diagnostic services include images in the report as part of their service.", "min": 0, "definition": "A list of key images associated with this report. The images are generally created during the diagnostic process, and may be directly of the patient, or of treated specimens (i.e. slides of interest).", "isModifier": false, "short": "Key images associated with this report", "name": "DiagnosticReport:argoprofile.image", "mapping": [ { "map": "OBX?", "identity": "v2" }, { "map": "outboundRelationship[typeCode=COMP].target", "identity": "rim" }, { "map": "DiagnosticReport.presentedForm", "identity": "us-core-(stu3)" } ], "type": [ { "code": "BackboneElement" } ], "mustSupport": true, "alias": [ "DICOM", "Slides", "Scans" ], "max": "*", "id": "DiagnosticReport:argoprofile.image", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport.image" }, "isSummary": false }, { "path": "DiagnosticReport.image.id", "min": 0, "definition": "unique id for the element within a resource (for internal references).", "isModifier": false, "short": "xml:id (or equivalent in JSON)", "name": "DiagnosticReport:argoprofile.image.id", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "id" } ], "mustSupport": false, "representation": [ "xmlAttr" ], "max": "1", "id": "DiagnosticReport:argoprofile.image.id", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "DiagnosticReport.image.id" }, "isSummary": false }, { "path": "DiagnosticReport.image.extension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.", "isModifier": false, "short": "Additional Content defined by implementations", "name": "DiagnosticReport:argoprofile.image.extension", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "n/a", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content" ], "max": "*", "id": "DiagnosticReport:argoprofile.image.extension", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport.image.extension" }, "isSummary": false }, { "path": "DiagnosticReport.image.modifierExtension", "min": 0, "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.", "isModifier": true, "short": "Extensions that cannot be ignored", "name": "DiagnosticReport:argoprofile.image.modifierExtension", "comments": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.", "mapping": [ { "map": "N/A", "identity": "rim" } ], "type": [ { "code": "Extension" } ], "mustSupport": false, "alias": [ "extensions", "user content", "modifiers" ], "max": "*", "id": "DiagnosticReport:argoprofile.image.modifierExtension", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport.image.modifierExtension" }, "isSummary": false }, { "path": "DiagnosticReport.image.comment", "requirements": "The provider of the report should make a comment about each image included in the report.", "min": 0, "definition": "A comment about the image. Typically, this is used to provide an explanation for why the image is included, or to draw the viewer's attention to important features.", "isModifier": false, "short": "Comment about the image (e.g. explanation)", "name": "DiagnosticReport:argoprofile.image.comment", "comments": "The comment should be displayed with the image. It would be common for the report to include additional discussion of the image contents in other sections such as the conclusion.", "mapping": [ { "map": ".inboundRelationship[typeCode=COMP].source[classCode=OBS, moodCode=EVN, code=\"annotation\"].value", "identity": "rim" } ], "type": [ { "code": "string" } ], "mustSupport": false, "max": "1", "id": "DiagnosticReport:argoprofile.image.comment", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "DiagnosticReport.image.comment" }, "isSummary": false }, { "path": "DiagnosticReport.image.link", "min": 1, "definition": "Reference to the image source.", "isModifier": false, "short": "Reference to the image source", "name": "DiagnosticReport:argoprofile.image.link", "mapping": [ { "map": ".value.reference", "identity": "rim" } ], "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Media" ] } ], "mustSupport": false, "max": "1", "id": "DiagnosticReport:argoprofile.image.link", "maxLength": 0, "base": { "max": "1", "min": 1, "path": "DiagnosticReport.image.link" }, "isSummary": true }, { "path": "DiagnosticReport.conclusion", "requirements": "Need to be able to provide a conclusion that is not lost among the basic result data.", "min": 0, "definition": "Concise and clinically contextualized narrative interpretation of the diagnostic report.", "isModifier": false, "short": "Clinical Interpretation of test results", "name": "DiagnosticReport:argoprofile.conclusion", "comments": "Typically, a report is either [all data, no narrative (e.g. Core lab)] or [a mix of data with some concluding narrative (e.g. Structured Pathology Report, Bone Density)], or [all narrative (e.g. typical imaging report, histopathology)]. In all of these cases, the narrative goes in \"text\".", "mapping": [ { "map": "OBX", "identity": "v2" }, { "map": "inboundRelationship[typeCode=\"SPRT\"].source[classCode=OBS, moodCode=EVN, code=LOINC:48767-8].value (type=ST)", "identity": "rim" } ], "type": [ { "code": "string" } ], "mustSupport": false, "alias": [ "Report" ], "max": "1", "id": "DiagnosticReport:argoprofile.conclusion", "maxLength": 0, "base": { "max": "1", "min": 0, "path": "DiagnosticReport.conclusion" }, "isSummary": false }, { "path": "DiagnosticReport.codedDiagnosis", "min": 0, "definition": "Codes for the conclusion.", "isModifier": false, "short": "Codes for the conclusion", "name": "DiagnosticReport:argoprofile.codedDiagnosis", "mapping": [ { "map": "OBX", "identity": "v2" }, { "map": "inboundRelationship[typeCode=SPRT].source[classCode=OBS, moodCode=EVN, code=LOINC:54531-9].value (type=CD)", "identity": "rim" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": false, "binding": { "strength": "example", "description": "Diagnoses codes provided as adjuncts to the report.", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/clinical-findings" } }, "max": "*", "id": "DiagnosticReport:argoprofile.codedDiagnosis", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport.codedDiagnosis" }, "isSummary": false }, { "path": "DiagnosticReport.presentedForm", "requirements": "Gives Laboratory the ability to provide its own fully formatted report for clinical fidelity.", "min": 0, "definition": "Rich text representation of the entire result as issued by the diagnostic service. Multiple formats are allowed but they SHALL be semantically equivalent.", "isModifier": false, "short": "Entire report as issued", "name": "DiagnosticReport:argoprofile.presentedForm", "comments": "\"application/pdf\" is recommended as the most reliable and interoperable in this context.", "mapping": [ { "map": "OBX", "identity": "v2" }, { "map": "text (type=ED)", "identity": "rim" }, { "map": "DiagnosticReport.presentedForm", "identity": "us-core-(stu3)" } ], "type": [ { "code": "Attachment" } ], "mustSupport": true, "max": "*", "id": "DiagnosticReport:argoprofile.presentedForm", "maxLength": 0, "base": { "max": "*", "min": 0, "path": "DiagnosticReport.presentedForm" }, "isSummary": false } ] }, "status": "draft", "id": "4f0ab375-3b34-417e-9643-15450ae2ce27", "kind": "resource", "url": "http://fhir.org/guides/argonaut/StructureDefinition/argo-diagnosticreport", "base": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport", "version": null, "differential": { "element": [ { "path": "DiagnosticReport", "min": 0, "isModifier": false, "short": "Argonaut DiagnosticReport Profile", "name": "argoprofile", "mapping": [ { "map": "DiagnosticReport", "identity": "us-core-(stu3)" } ], "type": [ { "code": "DiagnosticReport" } ], "mustSupport": false, "id": "DiagnosticReport:argoprofile", "maxLength": 0, "isSummary": false }, { "path": "DiagnosticReport.status", "min": 1, "isModifier": false, "name": "DiagnosticReport:argoprofile.status", "mapping": [ { "map": "DiagnosticReport.status", "identity": "us-core-(stu3)" } ], "type": [ { "code": "code" } ], "mustSupport": true, "binding": { "strength": "required", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/diagnostic-report-status" } }, "max": "1", "id": "DiagnosticReport:argoprofile.status", "maxLength": 0, "isSummary": false }, { "path": "DiagnosticReport.category", "min": 1, "isModifier": false, "name": "DiagnosticReport:argoprofile.category", "mapping": [ { "map": "DiagnosticReport.category", "identity": "us-core-(stu3)" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "alias": [ "Department", "Sub-department", "service", "discipline" ], "max": "1", "id": "DiagnosticReport:argoprofile.category", "maxLength": 0, "patternCodeableConcept": { "coding": [ { "code": "LAB", "system": "http://hl7.org/fhir/ValueSet/diagnostic-service-sections", "userSelected": false } ] }, "isSummary": false }, { "path": "DiagnosticReport.code", "requirements": "US Realm Laboratory Report Order Code.", "min": 1, "isModifier": false, "name": "DiagnosticReport:argoprofile.code", "comments": "The test, panel or battery that was ordered.", "mapping": [ { "map": "DiagnosticReport.code", "identity": "us-core-(stu3)" } ], "type": [ { "code": "CodeableConcept" } ], "mustSupport": true, "binding": { "strength": "extensible", "description": "LOINC codes", "valueSetReference": { "reference": "http://hl7.org/fhir/ValueSet/report-codes" } }, "max": "1", "id": "DiagnosticReport:argoprofile.code", "maxLength": 0, "isSummary": false }, { "path": "DiagnosticReport.subject", "min": 1, "isModifier": false, "name": "DiagnosticReport:argoprofile.subject", "mapping": [ { "map": "DiagnosticReport.subject", "identity": "us-core-(stu3)" } ], "type": [ { "code": "Reference", "profile": [ "http://fhir.org/guides/argonaut/StructureDefinition/argo-patient" ] } ], "mustSupport": true, "max": "1", "id": "DiagnosticReport:argoprofile.subject", "maxLength": 0, "isSummary": false }, { "path": "DiagnosticReport.effective[x]", "requirements": "Specimen Collection Datetime or Period.", "min": 1, "isModifier": false, "name": "DiagnosticReport:argoprofile.effective[x]", "comments": "This is the Specimen Collection Datetime or Period which is the physically relevent dateTime for laboratory tests.", "mapping": [ { "map": "DiagnosticReport.effective[x]", "identity": "us-core-(stu3)" } ], "type": [ { "code": "dateTime" }, { "code": "Period" } ], "mustSupport": true, "max": "1", "id": "DiagnosticReport:argoprofile.effective[x]", "maxLength": 0, "isSummary": false }, { "path": "DiagnosticReport.issued", "min": 1, "isModifier": false, "name": "DiagnosticReport:argoprofile.issued", "mapping": [ { "map": "DiagnosticReport.issued", "identity": "us-core-(stu3)" } ], "type": [ { "code": "instant" } ], "mustSupport": true, "max": "1", "id": "DiagnosticReport:argoprofile.issued", "maxLength": 0, "isSummary": false }, { "path": "DiagnosticReport.performer", "min": 1, "isModifier": false, "name": "DiagnosticReport:argoprofile.performer", "mapping": [ { "map": "DiagnosticReport.performer", "identity": "us-core-(stu3)" } ], "type": [ { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Practitioner" ] }, { "code": "Reference", "profile": [ "http://hl7.org/fhir/StructureDefinition/Organization" ] } ], "mustSupport": true, "max": "1", "id": "DiagnosticReport:argoprofile.performer", "maxLength": 0, "isSummary": false }, { "path": "DiagnosticReport.result", "min": 0, "isModifier": false, "name": "DiagnosticReport:argoprofile.result", "mapping": [ { "map": "DiagnosticReport.result", "identity": "us-core-(stu3)" } ], "type": [ { "code": "Reference", "profile": [ "http://fhir.org/guides/argonaut/StructureDefinition/argo-observationresults" ] } ], "mustSupport": true, "max": "*", "id": "DiagnosticReport:argoprofile.result", "maxLength": 0, "isSummary": false }, { "path": "DiagnosticReport.image", "min": 0, "isModifier": false, "name": "DiagnosticReport:argoprofile.image", "mapping": [ { "map": "DiagnosticReport.presentedForm", "identity": "us-core-(stu3)" } ], "mustSupport": true, "max": "*", "id": "DiagnosticReport:argoprofile.image", "maxLength": 0, "isSummary": false }, { "path": "DiagnosticReport.presentedForm", "min": 0, "isModifier": false, "name": "DiagnosticReport:argoprofile.presentedForm", "mapping": [ { "map": "DiagnosticReport.presentedForm", "identity": "us-core-(stu3)" } ], "type": [ { "code": "Attachment" } ], "mustSupport": true, "max": "*", "id": "DiagnosticReport:argoprofile.presentedForm", "maxLength": 0, "isSummary": false } ] }, "contact": [ { "telecom": [ { "rank": 0, "value": "http://argonautwiki.hl7.org", "system": "other" } ] } ], "constrainedType": "DiagnosticReport" }