One Medical FHIR Implementation Guide
0.1.0 - ci-build
One Medical FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "AllergyIntolerance",
"id" : "ppv-allergyintolerance-example",
"meta" : {
"versionId" : "9f038091-16ba-4003-b5cd-112d69e80c4b",
"profile" : [
🔗 "https://fhir-ig.onemedical.io/StructureDefinition/PPVAllergyIntolerance"
],
"tag" : [
{
"system" : "http://onemedical.com/terminology/source-type",
"code" : "one-medical-collected",
"display" : "One Medical Collected"
},
{
"system" : "http://onemedical.com/terminology/source-system",
"code" : "ppv",
"display" : "One Medical Pay-per-visit"
}
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: AllergyIntolerance ppv-allergyintolerance-example</b></p><a name=\"ppv-allergyintolerance-example\"> </a><a name=\"hcppv-allergyintolerance-example\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">version: 9f038091-16ba-4003-b5cd-112d69e80c4b</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-PPVAllergyIntolerance.html\">PPVAllergyIntolerance</a></p><p style=\"margin-bottom: 0px\">Tags: One Medical Collected (Details: One Medical Source Type code one-medical-collected = 'One Medical Collected'), One Medical Pay-per-visit (Details: One Medical Source System code ppv = 'One Medical Pay-per-visit')</p></div><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical active}\">Active</span></p><p><b>code</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 7980}\">Penicillin G</span></p><p><b>patient</b>: <a href=\"Patient/be230957-d0fc-4202-951e-332d0a672d1f\">Patient/be230957-d0fc-4202-951e-332d0a672d1f</a></p><h3>Reactions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Manifestation</b></td><td><b>Severity</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 271807003}\">Eruption of skin</span></td><td>Moderate</td></tr></table></div>"
},
"clinicalStatus" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical",
"code" : "active",
"display" : "Active"
}
]
},
"code" : {
"coding" : [
{
"system" : "http://www.nlm.nih.gov/research/umls/rxnorm",
"code" : "7980",
"display" : "Penicillin G"
}
]
},
"patient" : {
"reference" : "Patient/be230957-d0fc-4202-951e-332d0a672d1f"
},
"reaction" : [
{
"manifestation" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "271807003",
"display" : "Eruption of skin"
}
]
}
],
"severity" : "moderate"
}
]
}