Profiles & Operations Index > Profile: DiagnosticReportsssss

Profile: Observation

Canonical URL:http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-diagnosticreport

Simplifier project page: EaseOfRespiration

Derived from: DiagnosticReport (R4)

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work

Snapshot View

idΣ0..1string
metaΣ0..1Meta
implicitRulesΣ ?!0..1uri
language0..1codeBinding
text0..1Narrative
contained0..*Resource
extensionI0..*Extension
modifierExtension?! I0..*Extension
identifierΣ0..*Identifier
basedOnΣ I0..*Reference(CarePlan | DeviceRequest | ImmunizationRecommendation | MedicationRequest | NutritionOrder | ServiceRequest)
partOfΣ I0..*Reference(MedicationAdministration | MedicationDispense | MedicationStatement | Procedure | Immunization | ImagingStudy)
statusΣ ?!1..1codeBinding
ease-of-respirationS1..1CodeableConceptBindingPattern
codeS Σ1..1CodeableConceptBindingPattern
subjectS Σ I1..1Reference(PatientProfile | Group | Device | Location)
focusΣ I0..*Reference(Resource)
encounterΣ I0..1Reference(Encounter)
effectiveDateTimedateTime
effectivePeriodPeriod
issuedΣ0..1instant
performerΣ I0..*Reference(Practitioner | PractitionerRole | Organization | CareTeam | Patient | RelatedPerson)
valueCodeableConceptCodeableConcept
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
note0..*Annotation
bodySite0..1CodeableConcept
method0..1CodeableConcept
specimenI0..1Reference(Specimen)
deviceI0..1Reference(Device | DeviceMetric)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
lowI0..1SimpleQuantity
highI0..1SimpleQuantity
type0..1CodeableConceptBinding
appliesTo0..*CodeableConcept
ageI0..1Range
text0..1string
hasMemberΣ I0..*Reference(Observation | QuestionnaireResponse | MolecularSequence)
derivedFromΣ I0..*Reference(DocumentReference | ImagingStudy | Media | QuestionnaireResponse | Observation | MolecularSequence)
id0..1string
extensionI0..*Extension
modifierExtensionΣ ?! I0..*Extension
codeS Σ1..1CodeableConceptBinding
valueQuantityQuantity
valueCodeableConceptCodeableConcept
valueStringstring
valueBooleanboolean
valueIntegerinteger
valueRangeRange
valueRatioRatio
valueSampledDataSampledData
valueTimetime
valueDateTimedateTime
valuePeriodPeriod
dataAbsentReasonI0..1CodeableConceptBinding
interpretation0..*CodeableConceptBinding
referenceRange0..*see (referenceRange)

Table View

Observation..
Observation.category1..1
Observation.code..
Observation.value[x]CodeableConcept..

JSON View

{
    "resourceType": "StructureDefinition",
    "url": "https://hl7.org/fhir/ph/StructureDefinition/EaseOfRespiration",
    "name": "EaseOfRespiration",
    "status": "draft",
    "date": "2023-12-22T18:09:16.2413889+00:00",
    "fhirVersion": "4.0.1",
    "kind": "resource",
    "abstract": false,
    "type": "Observation",
    "baseDefinition": "http://hl7.org/fhir/ca/baseline/StructureDefinition/profile-observation",
    "derivation": "constraint",
    "differential": {
        "element":  [
            {
                "id": "Observation.category:exam-category",
                "path": "Observation.category",
                "sliceName": "ease-of-respiration",
                "min": 1,
                "max": "1",
                "patternCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://example.com/fhir/ca/ValueSet/ease-of-respiration",
                            "code": "exam"
                        }
                    ]
                }
            },
            {
                "id": "Observation.code",
                "path": "Observation.code",
                "patternCodeableConcept": {
                    "coding":  [
                        {
                            "system": "http://snomed.info/sct",
                            "code": "248546008"
                        }
                    ]
                }
            },
            {
                "id": "Observation.value[x]",
                "path": "Observation.value[x]",
                "type":  [
                    {
                        "code": "CodeableConcept"
                    }
                ],
                "binding": {
                    "strength": "required",
                    "valueSet": "http://hl7.org/fhir/ca/ValueSet/ease-of-respiration"
                }
            }
        ]
    }
}

Could not find subject. File was not found for script

Usage

The DiagnosticReport resource supports the submission and retrieval of a diagnostic report.

Notes

.identifier

  • SHALL contain at least an identifier of the document.
    • The accession number must be included with type "ACSN". System and value SHALL be included.
    • If applicable, the placer order number SHOULD also be included with type "PLAC". System and value SHALL be included.

.basedOn

  • SHOULD contain a reference to a ServiceRequest for the original order associated to the report
  • Note: in the current release, an order will always be present with DiagnosticReport. In the future though we may have images and reports without orders.

.status

  • SHALL contain the status of the diagnsotic report

.code

  • SHALL contain a hard fixed LOINC code 19005-8 indicating this is a DI report

.subject

  • SHALL contain a reference to the patient

.encounter

  • SHOULD contain a reference to the associated encounter

.effective[x]

  • SHOULD contain the datetime indicating the clinically relevant time of the report

.issued

  • SHALL contain the date when a diagnostic report was created

.performer

  • SHOULD contain the information about the practitioner who performed the DI procedure
  • If populated, SHALL provide a reference to the PractitionerRole resource that indicates the practitioner. The associated organization SHOULD be included if applicable

.resultInterpreter

  • SHOULD contain the information about the practitioner (i.e. radiologist) who interpreted the result of the DI procedure and produced the report
  • If populated, SHALL provide a reference to the PractitionerRole resource that indicates the practitioner. The associated organization SHOULD be included if applicable

.result

  • SHALL contain discrete DI results in the report, if applicable
  • Refer to
    Command 'pagelink' could not render: Page not found.

.imagingStudy

  • SHOULD include a reference to the associated imaging study. For data contribution, this SHOULD be a reference to the imaging study in the submission bundle
  • Refer to {{pagelink:Table-of-Content/ProfilesOperations/Profile--ImagingStudy.page.md, text: ImagingStudy Profile}

.presentedForm

  • If applicable, this SHOULD contain the binary form of the report as an attachment.

.extension

  • SHOULD contain an HL7 extension diagnosticReport-addendumOf if this diagnostic report is an addendum to another report. The accession number of the original report SHALL be provided in the extension.valueReference.identifier.