Sha256: cc7370e7c91b2716c6d07ecba62f7804898b004e59138cd8b11f2b5259507c1a
Contents?: true
Size: 1.17 KB
Versions: 10
Compression:
Stored size: 1.17 KB
Contents
<?xml version="1.0" encoding="UTF-8"?> <RiskAssessment xmlns="http://hl7.org/fhir"> <id value="breastcancer-risk"/> <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> <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> <performer> <reference value="Practitioner/example"/> </performer> <basis> <reference value="Observation/example-genetics-brcapat"/> </basis> <prediction> <outcome> <text value="Unknown risk of developing breast cancer"/> </outcome> </prediction> <note> <text value="This risk assessment is based on BRCA1 and BRCA2 genetic mutation test"/> </note> </RiskAssessment>
Version data entries
10 entries across 10 versions & 1 rubygems