Skip to content

Instantly share code, notes, and snippets.

@angshu
Created April 7, 2020 02:57
Show Gist options
  • Save angshu/53bd9e640991da3e50b150a931dfcf1c to your computer and use it in GitHub Desktop.
Save angshu/53bd9e640991da3e50b150a931dfcf1c to your computer and use it in GitHub Desktop.
{
"resourceType": "DiagnosticReport",
"id": "a45840dc-cf6b-4fcc-acec-d54a3bea40ff",
"contained": [
{
"resourceType": "Patient",
"id": "6fc2ff23-3f3c-419d-a037-d3e3bdb9a9be",
"identifier": [
{
"type": {
"text": "Covid 19"
},
"system": "http://www.nha.gov.in/patients",
"value": "12345"
}
],
"active": true,
"name": [
{
"text": "Rahul Singh"
}
],
"telecom": [
{
"system": "phone",
"value": "(022) 5555 6473"
}
],
"gender": "male",
"birthDate": "1974-12-25",
"address": [
{
"text": "74 Borivilli, Mumbai",
"city": "Mumbai",
"district": "Mumbai Urban",
"state": "Maharasthra",
"postalCode": "400027",
"extension" : [
{
"url": "http://hl7.org/fhir/StructureDefinition/geolocation",
"extension": [
{ "url" : "latitude", "valueDecimal" : 19.076090 },
{ "url" : "longitude", "valueDecimal" : 72.877426 }
]
}
}
]
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "840535000",
"display": "Antibody to severe acute respiratory syndrome coronavirus 2 (substance)"
}
],
"text": "COVID-19 Screening (Nucleic Acid Amplification, Qualitative)"
},
"subject": {
"reference": "#6fc2ff23-3f3c-419d-a037-d3e3bdb9a9be",
"display": "Rahul Singh"
},
"effectiveDateTime": "2019-06-02T00:00:00+00:00",
"result": [
{
"reference": "Observation/d324663a-4057-45d2-92bb-cd2d0a5a7a60"
}
],
"issued": "2019-06-02T00:00:00+00:00",
"presentedForm": [
{
"contentType": "application/pdf",
"data": "base 64 encoded data",
"title": "Antibody to severe acute respiratory syndrome coronavirus 2 (substance)"
}
],
"conclusion": "Negative"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment