Skip to content

Instantly share code, notes, and snippets.

@miguelrochefort
Created April 29, 2020 13:58
Show Gist options
  • Save miguelrochefort/a32c3051423968bdda9c76c938aa7f4f to your computer and use it in GitHub Desktop.
Save miguelrochefort/a32c3051423968bdda9c76c938aa7f4f to your computer and use it in GitHub Desktop.
{
"resourceType": "Observation",
"category": "laboratory",
"identifier": [
{
"system": "urn:ietf:rfc:3986",
"value": "urn:uuid:187e0c12-8dd2-67e2-99b2-bf273c878281"
}
],
"status": "final",
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "708099001",
"display": "Rapid immunoassay"
}
]
},
"device": {
"resourceType": "Device",
"manufacturer": "Abbott",
"expirationDate": "2021-02-26",
"lotNumber": "123456",
"deviceName": "ARCHITECT™ SARS-CoV-2 IgG"
},
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "94503-0",
"display": "SARS coronavirus 2 IgG and IgM panel - Serum or Plasma by Rapid immunoassay"
}
]
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2020-04-24",
"performer": [
{
"reference": "Practitioner/example"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "94508-9",
"display": "SARS coronavirus 2 IgM Ab [Presence] in Serum or Plasma by Rapid immunoassay"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA6577-6",
"display": "Negative"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "94507-1",
"display": "SARS coronavirus 2 IgG Ab [Presence] in Serum or Plasma by Rapid immunoassay"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "LA6576-8",
"display": "Positive"
}
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment