This page is part of the FHIR for FAIR - FHIR Implementation Guide (v0.1.0: STU 1 (FHIR R4b) Ballot 1) based on FHIR v4.1.0. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:DocumentManifest;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "example-f4f-manifest"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/DocumentManifest-uv-f4f";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/DocumentManifest-uv-f4f> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"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 and Licence</b>: (c) Best FAIR organization. Licence CC BY-NC</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>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/copyright" ];
fhir:Extension.valueMarkdown [ fhir:value "(c) Best FAIR organization. Licence CC BY-NC" ]
];
fhir:DocumentManifest.masterIdentifier [
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
fhir:Identifier.value [ fhir:value "https://example.org/registry/persistentID" ]
];
fhir:DocumentManifest.status [ fhir:value "current"];
fhir:DocumentManifest.subject [
fhir:Reference.reference [ fhir:value "Patient/example-f4f-patient" ]
];
fhir:DocumentManifest.created [ fhir:value "2021-11-17"^^xsd:date];
fhir:DocumentManifest.author [
fhir:index 0;
fhir:Reference.display [ fhir:value "Best FAIR organization" ]
];
fhir:DocumentManifest.description [ fhir:value "This is an example of subject level data collection metadata"];
fhir:DocumentManifest.content [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Patient/example-f4f-patient" ]
], [
fhir:index 1;
fhir:Reference.reference [ fhir:value "Condition/example-f4f-condition" ]
], [
fhir:index 2;
fhir:Reference.reference [ fhir:value "MedicationStatement/example-f4f-medicationStatement-1" ]
], [
fhir:index 3;
fhir:Reference.reference [ fhir:value "MedicationStatement/example-f4f-medicationStatement-2" ]
];
fhir:DocumentManifest.related [
fhir:index 0;
fhir:DocumentManifest.related.ref [
fhir:Reference.reference [ fhir:value "ResearchStudy/f4h-rs-2" ];
fhir:Reference.display [ fhir:value "FAIR4Health Study 2: 30-days readmission risk in COPD patients" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.