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
{ | |
"resourceType": "ServiceRequest", | |
"identifier": [ | |
{ | |
"system": "https://example.com/medic/", | |
"value": "123456789" | |
} | |
], | |
"status": "in-progress", | |
"intent": "order", |
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
{ | |
"resourceType": "Bundle", | |
"id": "175bd032-8b00-4728-b2dc-748bb1501aed", | |
"language": "en-GB", | |
"identifier": { | |
"system": "urn:oid:2.16.724.4.8.10.200.10", | |
"value": "175bd032-8b00-4728-b2dc-748bb1501aed" | |
}, | |
"type": "document", | |
"timestamp": "2023-12-03T14:30:00+01:00", |
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
{ | |
"resourceType" : "Questionnaire", | |
"id" : "zika-virus-exposure-assessment", | |
"url" : "http://example.org/Questionnaire/zika-virus-exposure-assessment", | |
"identifier" : [{ | |
"system" : "urn:ietf:rfc:3986", | |
"value" : "urn:oid:2.16.840.1.113883.4.642.20.1" | |
}], | |
"name" : "ExampleZikaVirusExposureAssessment", | |
"title" : "Example Zika Virus Exposure Assessment", |
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
{ | |
"resourceType" : "Library", | |
"id" : "example", | |
"identifier" : [{ | |
"use" : "official", | |
"value" : "ChlamydiaScreening_Common" | |
}], | |
"version" : "2.0.0", | |
"name" : "ChlamydiaScreeningCommonLibrary", | |
"title" : "Chlamydia Screening Common Library", |
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
{ | |
"resourceType": "CodeSystem", | |
"url": "http://example.com/CodeSystem/CardiacConditions", | |
"version": "1.0.0", | |
"name": "CardiacConditions", | |
"status": "active", | |
"concept": [ | |
{ | |
"code": "myocardial-infarction", | |
"display": "Myocardial Infarction" |
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
{ | |
"resourceType": "StructureDefinition", | |
"id": "CardiacCondition", | |
"url": "http://example.com/StructureDefinition/CardiacCondition", | |
"version": "1.0.0", | |
"name": "CardiacCondition", | |
"status": "active", | |
"publisher": "Cardiology Organization", | |
"description": "A cardiac condition extension", | |
"fhirVersion": "4.0.1", |
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
{ | |
"resourceType": "StructureDefinition", | |
"id": "CardiologyPatientProfile", | |
"url": "http://example.com/StructureDefinition/CardiologyPatientProfile", | |
"version": "1.0.0", | |
"name": "CardiologyPatientProfile", | |
"status": "active", | |
"publisher": "Cardiology Organization", | |
"description": "A profile for cardiology patients", | |
"fhirVersion": "4.0.1", |
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
[ | |
{name: 'Afghanistan', code: 'AF'}, | |
{name: 'Åland Islands', code: 'AX'}, | |
{name: 'Albania', code: 'AL'}, | |
{name: 'Algeria', code: 'DZ'}, | |
{name: 'American Samoa', code: 'AS'}, | |
{name: 'AndorrA', code: 'AD'}, | |
{name: 'Angola', code: 'AO'}, | |
{name: 'Anguilla', code: 'AI'}, | |
{name: 'Antarctica', code: 'AQ'}, |
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
# Backup | |
docker exec CONTAINER /usr/bin/mysqldump -u root --password=root DATABASE > backup.sql | |
# Restore | |
cat backup.sql | docker exec -i CONTAINER /usr/bin/mysql -u root --password=root DATABASE | |
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
{"version":1,"resource":"file:///home/dell/p/python/app.py","entries":[{"id":"buFx.py","timestamp":1683796209535},{"id":"tPv9.py","timestamp":1683796472932},{"id":"UQzS.py","timestamp":1683796507161},{"id":"sM9r.py","timestamp":1683796522761},{"id":"b0zg.py","timestamp":1683797811403}]} |
NewerOlder