Last active
April 25, 2020 08:34
-
-
Save JulieDu/3e1154661aa22954901c67c029fc97c2 to your computer and use it in GitHub Desktop.
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": "Device", | |
"id": "1", | |
"identifier": [ | |
{ | |
"system": "http://lifen.fr/fhir/Identifier/Device", | |
"value": "12345" | |
} | |
], | |
"status": "active", | |
"type": { | |
"coding": [ | |
{ | |
"system": "http://lifen.fr/fhir/ValueSet/device-type", | |
"code": "EHR", | |
"display": "Electronic Health Record" | |
} | |
] | |
}, | |
"owner": { | |
"reference": "Organization/630096", | |
"display": "Hospital X" | |
}, | |
"manufacturer": "EHRSolutionY", | |
"property": [ | |
{ | |
"type": "coding": [ | |
{ | |
"system": "http://lifen.fr/fhir/ValueSet/property-type", | |
"code": "preprocessing", | |
} | |
], | |
"valueCode": "text-extraction" | |
}, | |
{ | |
"type": "coding": [ | |
{ | |
"system": "http://lifen.fr/fhir/ValueSet/property-type", | |
"code": "transforming-format", | |
} | |
], | |
"valueCode": "HL7-MDM" | |
}, | |
{ | |
"type": "coding": [ | |
{ | |
"system": "http://lifen.fr/fhir/ValueSet/property-type", | |
"code": "sending-protocol", | |
} | |
], | |
"valueCode": "SFTP" | |
}, | |
{ | |
"type": "coding": [ | |
{ | |
"system": "http://lifen.fr/fhir/ValueSet/property-type", | |
"code": "SFTPPath", | |
} | |
], | |
"valueCode": "HopitalX/OUT_ORU" | |
}, | |
{ | |
"type": "coding": [ | |
{ | |
"system": "http://lifen.fr/fhir/ValueSet/property-type", | |
"code": "ack-type", | |
} | |
], | |
"valueCode": "NO-ACK" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment