Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
conflict changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Someshnsn committed Nov 2, 2023
1 parent 39bc69d commit 9821b26
Show file tree
Hide file tree
Showing 3 changed files with 440 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ Create a new diagnostic report.

_Implementation Notes_

* DiagnosticReports of type Cardiology and Anatomic Pathology are supported for the create operation.
* DiagnosticReports of type Cardiology and Anotomic Pathology are supported for the create operation.
* Only the body fields mentioned below are supported. Unsupported fields will be ignored.
* All provided dates must have a time component.
* Supported MIME Types: application/pdf, text/plain, text/richtext, text/rtf, text/html, application/xml, and application/xhtml+xml
Expand Down
46 changes: 23 additions & 23 deletions lib/resources/example_json/r4_examples_diagnostic_report.rb
Original file line number Diff line number Diff line change
Expand Up @@ -557,6 +557,24 @@ module Resources
R4_DIAGNOSTIC_REPORT_POST_CARDIOLOGY ||= {
"resourceType": 'DiagnosticReport',
"status": 'amended',
"identifier": [
{
"use": 'usual',
"type": {
"coding": [
{
"code": 'Coding',
"system": 'http://snomed.info/sct',
"version": '4.0.1',
"display": 'test',
"userSelected": true
}
]
},
"system": 'http://hl7.org/fhir/sid/us-ssn',
"value": '11182457'
}
],
"category": [
{
"coding": [
Expand All @@ -579,24 +597,6 @@ module Resources
],
"text": 'string'
},
"identifier": [
{
"use": 'usual',
"type": {
"coding": [
{
"code": 'Coding',
"system": 'http://snomed.info/sct',
"version": '4.0.1',
"display": 'test',
"userSelected": true
}
]
},
"system": 'http://hl7.org/fhir/sid/us-ssn',
"value": '11182457'
}
],
"subject": {
"reference": 'Patient/12804513'
},
Expand Down Expand Up @@ -659,11 +659,6 @@ module Resources
"text": 'string'
}
],
"performer": [
{
"reference": 'Practitioner/11786042'
}
],
"code": {
"coding": [
{
Expand All @@ -681,6 +676,11 @@ module Resources
"encounter": {
"reference": 'Encounter/98041577'
},
"performer": [
{
"reference": 'Practitioner/11786042'
}
],
"effectiveDateTime": '2020-12-27T09:12:28Z',
"issued": '2020-12-29T09:12:28Z',
"presentedForm": [
Expand Down
Loading

0 comments on commit 9821b26

Please sign in to comment.