FHIR for FAIR - FHIR Implementation Guide
1.0.0 - STU 1 International flag

FHIR for FAIR - FHIR Implementation Guide, published by Health Level Seven International - SOA Work Group. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-for-fair/ and changes regularly. See the Directory of published versions

: Subject Level Data Collection [DocumentManifest] - TTL Representation

Raw ttl | Download


@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:id [ fhir:v "example-f4f-manifest"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/DocumentManifest-uv-f4f"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/DocumentManifest-uv-f4f>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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 &quot;example-f4f-manifest&quot; </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\"> (SPDXLicense#CC-BY-NC-4.0)</span></p><p><b>masterIdentifier</b>: id: <a href=\"http://terminology.hl7.org/5.3.0/NamingSystem-uri.html\">#</a>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 style=\"display: none\">-</td><td><b>Ref</b></td></tr><tr><td style=\"display: none\">*</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:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/copyright"^^xsd:anyURI ] ;
fhir:value [ fhir:v "(c) Best FAIR organization" ]
  ] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/licenceCodeable"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/spdx-license"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CC-BY-NC-4.0" ] ;
fhir:display [ fhir:v "Creative Commons Attribution Non Commercial 4.0 International" ]       ] )     ]
  ] ) ; # 
  fhir:masterIdentifier [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "https://example.org/registry/persistentID" ]
  ] ; # 
  fhir:status [ fhir:v "current"] ; # 
  fhir:subject [
fhir:reference [ fhir:v "Patient/example-f4f-patient" ]
  ] ; # 
  fhir:created [ fhir:v "2021-11-17"^^xsd:date] ; # 
  fhir:author ( [
fhir:display [ fhir:v "Best FAIR organization" ]
  ] ) ; # 
  fhir:description [ fhir:v "This is an example of subject level data collection metadata"] ; # 
  fhir:content ( [
fhir:reference [ fhir:v "Patient/example-f4f-patient" ]
  ] [
fhir:reference [ fhir:v "Condition/example-f4f-condition" ]
  ] [
fhir:reference [ fhir:v "MedicationStatement/example-f4f-medicationStatement-1" ]
  ] [
fhir:reference [ fhir:v "MedicationStatement/example-f4f-medicationStatement-2" ]
  ] ) ; # 
  fhir:related ( [
fhir:ref [
fhir:reference [ fhir:v "ResearchStudy/f4h-rs-2" ] ;
fhir:display [ fhir:v "FAIR4Health Study 2: 30-days readmission risk in COPD patients" ]     ]
  ] ) . #