This page is part of the FHIR for FAIR - FHIR Implementation Guide (v1.0.0: STU 1) based on FHIR v4.3.0. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
: FAIR4Health study case 1 [Library] - JSON Representation
Raw json | Download
{
"resourceType" : "Library",
"id" : "f4h-lib-1",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/Library-uv-f4f"
]
},
"text" : {
"status" : "additional",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3>FAIR4Health Study 1: Identification of multimorbidity patterns</h3><p><strong>ID: </strong>https://example.org/registry/f4h-study-1</p><table border=\"1\"><tbody><tr><td><strong>Research study</strong></td><td><strong>Description</strong></td><td><strong>Total number of sites</strong></td><td><strong>Total number of patients</strong></td><td><strong>AI Algorithm</strong></td></tr><tr><td>1</td><td>Identification of multimorbidity patterns and polypharmacy correlation on the risk of mortality in elderly, and demonstrate the reproducibility of research</td><td>5</td><td>11.486</td><td>FP Growth</td></tr></tbody></table><p>(C) Fair4Health H2020 Project.</p><p>This project has received funding from the European Union's Horizon 2020 research and innovation programme under grant agreement No 824666.</p></div>"
},
"url" : "https://example.org/registry/f4h-study-1",
"version" : "1.0.0",
"name" : "FAIR4HealthStudy1",
"title" : "FAIR4Health Study 1: Identification of multimorbidity patterns",
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/library-type",
"code" : "asset-collection"
}
]
},
"date" : "2022-09-28T16:10:33+00:00",
"publisher" : "Health Level Seven International - SOA Work Group",
"contact" : [
{
"name" : "Health Level Seven International - SOA Work Group",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/soa"
}
]
},
{
"name" : "HL7 SOA Work Group",
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/soa"
}
]
}
],
"useContext" : [
{
"code" : {
"system" : "http://example.org",
"code" : "number-of-patients",
"display" : "Total number of patients"
},
"valueQuantity" : {
"value" : 11486
}
},
{
"code" : {
"system" : "http://example.org",
"code" : "number-of-sites",
"display" : "Total number of sites"
},
"valueQuantity" : {
"value" : 5
}
},
{
"code" : {
"system" : "http://example.org",
"code" : "algorithm",
"display" : "AI Algorithm"
},
"valueCodeableConcept" : {
"text" : "FP Growth"
}
}
],
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"purpose" : "Identification of multimorbidity patterns and polypharmacy correlation on the risk of mortality in elderly, and demonstrate the reproducibility of research",
"copyright" : "Fair4Health H2020 Project"
}