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