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
: Subject Level Data Collection [DocumentManifest] - JSON Representation
Raw json | Download
{
"resourceType" : "DocumentManifest",
"id" : "example-f4f-manifest",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/DocumentManifest-uv-f4f"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: DocumentManifest</b><a name=\"example-f4f-manifest\"> </a></p><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\">Resource DocumentManifest \"example-f4f-manifest\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-DocumentManifest-uv-f4f.html\">DocumentManifest [Subject Level Medatata]</a></p></div><p><b>Copyright</b>: (c) Best FAIR organization</p><p><b>Licence Terms as CodeableConcept</b>: Creative Commons Attribution Non Commercial 4.0 International <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4B/codesystem-spdx-license.html\">SPDXLicense</a>#CC-BY-NC-4.0)</span></p><p><b>masterIdentifier</b>: id: https://example.org/registry/persistentID</p><p><b>status</b>: current</p><p><b>subject</b>: <a href=\"Patient-example-f4f-patient.html\">Patient/example-f4f-patient</a></p><p><b>created</b>: 2021-11-17</p><p><b>author</b>: <span>: Best FAIR organization</span></p><p><b>description</b>: This is an example of subject level data collection metadata</p><p><b>content</b>: </p><ul><li><a href=\"Patient-example-f4f-patient.html\">Patient/example-f4f-patient</a></li><li><a href=\"Condition-example-f4f-condition.html\">Condition/example-f4f-condition</a></li><li><a href=\"MedicationStatement-example-f4f-medicationStatement-1.html\">MedicationStatement/example-f4f-medicationStatement-1</a></li><li><a href=\"MedicationStatement-example-f4f-medicationStatement-2.html\">MedicationStatement/example-f4f-medicationStatement-2</a></li></ul><h3>Relateds</h3><table class=\"grid\"><tr><td>-</td><td><b>Ref</b></td></tr><tr><td>*</td><td><a href=\"ResearchStudy-f4h-rs-2.html\">ResearchStudy/f4h-rs-2: FAIR4Health Study 2: 30-days readmission risk in COPD patients</a></td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/copyright",
"valueMarkdown" : "(c) Best FAIR organization"
},
{
"url" : "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/licenceCodeable",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://hl7.org/fhir/spdx-license",
"code" : "CC-BY-NC-4.0",
"display" : "Creative Commons Attribution Non Commercial 4.0 International"
}
]
}
}
],
"masterIdentifier" : {
"system" : "urn:ietf:rfc:3986",
"value" : "https://example.org/registry/persistentID"
},
"status" : "current",
"subject" : {
"reference" : "Patient/example-f4f-patient"
},
"created" : "2021-11-17",
"author" : [
{
"display" : "Best FAIR organization"
}
],
"description" : "This is an example of subject level data collection metadata",
"content" : [
{
"reference" : "Patient/example-f4f-patient"
},
{
"reference" : "Condition/example-f4f-condition"
},
{
"reference" : "MedicationStatement/example-f4f-medicationStatement-1"
},
{
"reference" : "MedicationStatement/example-f4f-medicationStatement-2"
}
],
"related" : [
{
"ref" : {
"reference" : "ResearchStudy/f4h-rs-2",
"display" : "FAIR4Health Study 2: 30-days readmission risk in COPD patients"
}
}
]
}