Sha256: 85f629dfec3cd4a547a4dc68d2c4a49bd2af42b6d6ba925e4242efbc3246a620
Contents?: true
Size: 1.71 KB
Versions: 10
Compression:
Stored size: 1.71 KB
Contents
{ "resourceType": "RiskAssessment", "id": "riskexample", "identifier": [ { "use": "official", "system": "http://example.org", "value": "risk-assessment-breastcancer1" } ], "basedOn": { "reference": "ImmunizationRecommendation/example" }, "parent": { "reference": "DiagnosticReport/example" }, "status": "final", "code": { "coding": [ { "system": "http://browser.ihtsdotools.org/", "code": "709510001", "display": "Assessment of risk for disease (procedure)" } ] }, "subject": { "reference": "Patient/example" }, "encounter": { "reference": "Encounter/example", "display": "Encounter with patient @example" }, "occurrenceDateTime": "2017-10-10", "condition": { "reference": "Condition/example" }, "performer": { "reference": "Practitioner/example" }, "basis": [ { "reference": "DiagnosticReport/example" }, { "reference": "Observation/example" } ], "prediction": [ { "outcome": { "text": "Breast Cancer" }, "probabilityDecimal": 0.000368, "whenRange": { "low": { "value": 54, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" }, "high": { "value": 57, "unit": "years", "system": "http://unitsofmeasure.org", "code": "a" } } } ], "note": [ { "text": "This risk assessment is for reference only" } ], "meta": { "tag": [ { "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason", "code": "HTEST", "display": "test health data" } ] } }
Version data entries
10 entries across 10 versions & 1 rubygems