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 [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:id [ fhir:v "example-f4f-list"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/List-uv-f4f"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/List-uv-f4f> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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: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:url [ fhir:v "http://hl7.org/fhir/uv/fhir-for-fair/StructureDefinition/licenceAttachment"^^xsd:anyURI ] ;
fhir:value [
a fhir:Attachment ;
fhir:url [ fhir:v "https://github.com/fair4health/metadata/blob/main/LICENSE"^^xsd:anyURI ] ]
] ) ; #
fhir:identifier ( [
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:mode [ fhir:v "working"] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example-f4f-patient" ]
] ; #
fhir:date [ fhir:v "2021-11-17"^^xsd:date] ; #
fhir:source [
fhir:display [ fhir:v "Best FAIR organization" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "This is an example of subject level data collection metadata" ]
] ) ; #
fhir:entry ( [
fhir:item [
fhir:reference [ fhir:v "Patient/example-f4f-patient" ] ]
] [
fhir:item [
fhir:reference [ fhir:v "Condition/example-f4f-condition" ] ]
] [
fhir:item [
fhir:reference [ fhir:v "MedicationStatement/example-f4f-medicationStatement-1" ] ]
] [
fhir:item [
fhir:reference [ fhir:v "MedicationStatement/example-f4f-medicationStatement-2" ] ]
] ) . #