Skip to content

Instantly share code, notes, and snippets.

@JulieDu
Last active April 25, 2020 08:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JulieDu/3e1154661aa22954901c67c029fc97c2 to your computer and use it in GitHub Desktop.
Save JulieDu/3e1154661aa22954901c67c029fc97c2 to your computer and use it in GitHub Desktop.
{
"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