-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update adding-a-communication-standard.md
- Loading branch information
1 parent
879f9ae
commit 8feafee
Showing
5 changed files
with
126 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
docs/learn/standards/snippets/add-communication-standard-version_request.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"name": "R5", // (1)! | ||
"description": "FHIR Specification 5.0.0", | ||
"communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3", // (2)! | ||
"publishTime": "2023-03-26T12:00:00.0000000Z", // (3)! | ||
"semVer": { // (4)! | ||
"major": 5, | ||
"minor": 0, | ||
"patch": 0 | ||
}, | ||
"lifecycleState": "PUBLISHED", | ||
"url": "https://hl7.org/fhir/R5" | ||
} |
18 changes: 18 additions & 0 deletions
18
docs/learn/standards/snippets/add-communication-standard-version_response.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"id": "8ae84d7f-73e7-4f08-b839-c73c97128ada", // (1)! | ||
"name": "R5", | ||
"description": "FHIR Specification 5.0.0", | ||
"communicationStandardId": "05d8de10-1932-4e7f-badf-655c1a82fcc3", | ||
"communicationStandard": { | ||
"id": "05d8de10-1932-4e7f-badf-655c1a82fcc3", | ||
"name": "FHIR" | ||
}, | ||
"publishTime": "2023-03-26T12:00:00.0000000Z", | ||
"semVer": { | ||
"major": 5, | ||
"minor": 0, | ||
"patch": 0 | ||
}, | ||
"lifecycleState": "PUBLISHED", | ||
"url": "https://hl7.org/fhir/R5" | ||
} |
6 changes: 6 additions & 0 deletions
6
docs/learn/standards/snippets/add-communication-standard_request.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"name": "FHIR", // (1)! | ||
"description": "FHIR (Fast Health Interoperability Resources) is an HL7 specification for Healthcare Interoperability.", | ||
"organizationId": "a70590c6-06ce-4dba-9098-ed996335bdec", // (2)! | ||
"url": "https://hl7.org/fhir/" | ||
} |
11 changes: 11 additions & 0 deletions
11
docs/learn/standards/snippets/add-communication-standard_response.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"id": "05d8de10-1932-4e7f-badf-655c1a82fcc3", // (1)! | ||
"name": "FHIR", | ||
"description": "FHIR (Fast Health Interoperability Resources) is an HL7 specification for Healthcare Interoperability.", | ||
"organizationId": "a70590c6-06ce-4dba-9098-ed996335bdec", | ||
"organization": { | ||
"id": "a70590c6-06ce-4dba-9098-ed996335bdec", | ||
"name": "HL7 Nederland" | ||
}, | ||
"url": "https://hl7.org/fhir/" | ||
} |