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

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. For a full list of available versions, see the Directory of published versions

: Subject Level Data Collection [List] - 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:List;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "example-f4f-list"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/List-uv-f4f";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/List-uv-f4f>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table class=\"clstu\"><tr><td>Date: 2021-11-17Mode: workingStatus: current</td></tr><tr><td>Subject: <a href=\"Patient-example-f4f-patient.html\">Patient/example-f4f-patient</a>Source: (null)</td></tr></table><table class=\"grid\"><tr style=\"backgound-color: #eeeeee\"><td><b>Items</b></td></tr><tr><td><a href=\"Patient-example-f4f-patient.html\">Patient/example-f4f-patient</a></td></tr><tr><td><a href=\"Condition-example-f4f-condition.html\">Condition/example-f4f-condition</a></td></tr><tr><td><a href=\"MedicationStatement-example-f4f-medicationStatement-1.html\">MedicationStatement/example-f4f-medicationStatement-1</a></td></tr><tr><td><a href=\"MedicationStatement-example-f4f-medicationStatement-2.html\">MedicationStatement/example-f4f-medicationStatement-2</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" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/licenceCodeable" ];
     fhir:Extension.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://hl7.org/fhir/spdx-license" ];
         fhir:Coding.code [ fhir:value "CC-BY-NC-4.0" ];
         fhir:Coding.display [ fhir:value "Creative Commons Attribution Non Commercial 4.0 International" ]       ]     ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/licenceAttachment" ];
     fhir:Extension.valueAttachment [
       fhir:Attachment.url [ fhir:value "https://github.com/fair4health/metadata/blob/main/LICENSE" ]     ]
  ];
  fhir:List.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "https://example.org/registry/persistentID" ]
  ];
  fhir:List.status [ fhir:value "current"];
  fhir:List.mode [ fhir:value "working"];
  fhir:List.subject [
     fhir:Reference.reference [ fhir:value "Patient/example-f4f-patient" ]
  ];
  fhir:List.date [ fhir:value "2021-11-17"^^xsd:date];
  fhir:List.source [
     fhir:Reference.display [ fhir:value "Best FAIR organization" ]
  ];
  fhir:List.note [
     fhir:index 0;
     fhir:Annotation.text [ fhir:value "This is an example of subject level data collection metadata" ]
  ];
  fhir:List.entry [
     fhir:index 0;
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "Patient/example-f4f-patient" ]     ]
  ], [
     fhir:index 1;
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "Condition/example-f4f-condition" ]     ]
  ], [
     fhir:index 2;
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "MedicationStatement/example-f4f-medicationStatement-1" ]     ]
  ], [
     fhir:index 3;
     fhir:List.entry.item [
       fhir:Reference.reference [ fhir:value "MedicationStatement/example-f4f-medicationStatement-2" ]     ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.