Research Data Sharing IG
1.0.0 - CI Build International flag

Research Data Sharing IG, published by IEHR-Workgroup. 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/InteropEHRate-project/research-data-sharing/ and changes regularly. See the Directory of published versions

: ResearchStudy Example - CRP - TTL Representation

Raw ttl | Download

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "3611"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:type [ fhir:v "collection"] ; # 
  fhir:timestamp [ fhir:v "2022-05-10T10:28:31.850+02:00"^^xsd:dateTime] ; # 
  fhir:entry ( [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/ResearchStudy/578354"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/ResearchStudy/578354> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Group/76533"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Group/76533> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Location/5982"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Location/5982> )
  ] [
fhir:fullUrl [ fhir:v "http://interopEHRate.eu/fhir-resource/Endpoint/exampleEndpoint"^^xsd:anyURI ] ;
    ( fhir:resource <http://interopEHRate.eu/fhir-resource/Endpoint/exampleEndpoint> )
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/ResearchStudy/578354> a fhir:ResearchStudy ;
  fhir:id [ fhir:v "578354"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/ResearchStudy-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/ResearchStudy-IEHR>     ] )
  ] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">To Prevent Error</div>"
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/EnrollmentPeriodExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2020-01-01"^^xsd:date ] ;
fhir:end [ fhir:v "2020-07-01"^^xsd:date ]     ]
  ] [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/AnonymizationExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "http://interopehrate.eu/fhir/CodeSystem/AnonymizationType-IEHR"^^xsd:anyURI ] ;
fhir:code [ fhir:v "pseudonymization" ] ;
fhir:display [ fhir:v "Pseudonymization" ]     ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "Questionnaire"^^xsd:anyURI ] ;
fhir:value [
a fhir:Reference ;
fhir:reference [ fhir:v "Questionnaire/CRFIntervalQuestionnaire" ]       ]     ] [
fhir:url [ fhir:v "Deadline"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2021-12-01"^^xsd:date ]     ] [
fhir:url [ fhir:v "ReminderFrequency"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "wk" ]         ]       ]     ] ) ;
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/QuestionnaireExtension-IEHR"^^xsd:anyURI ]
  ] [
    ( fhir:extension [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
        ( fhir:extension [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/FrequencyExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]             ]           ]         ] ) ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:8867-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8867-4" ] ;
fhir:display [ fhir:v "Heart rate" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:8867-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8867-4" ] ;
fhir:display [ fhir:v "Heart rate" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
        ( fhir:extension [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/FrequencyExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "3"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "mo" ]             ]           ]         ] ) ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:88020-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "88020-3" ] ;
fhir:display [ fhir:v "Functional capacity NYHA" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:88020-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "88020-3" ] ;
fhir:display [ fhir:v "Functional capacity NYHA" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
        ( fhir:extension [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/FrequencyExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]             ]           ]         ] ) ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:8480-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "Systolic blood pressure" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
        ( fhir:extension [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/FrequencyExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]             ]           ]         ] ) ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:8462-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8462-4" ] ;
fhir:display [ fhir:v "Diastolic blood pressure" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:8480-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "Systolic blood pressure" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:8462-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8462-4" ] ;
fhir:display [ fhir:v "Diastolic blood pressure" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
        ( fhir:extension [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/FrequencyExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]             ]           ]         ] ) ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:2708-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2708-6" ] ;
fhir:display [ fhir:v "Oxygen saturation in Arterial blood" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:2708-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2708-6" ] ;
fhir:display [ fhir:v "Oxygen saturation in Arterial blood" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
        ( fhir:extension [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/FrequencyExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "1"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "d" ]             ]           ]         ] ) ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:29463-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29463-7" ] ;
fhir:display [ fhir:v "Body weight" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:29463-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "29463-7" ] ;
fhir:display [ fhir:v "Body weight" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Medication" ] ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Medication" ] ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
        ( fhir:extension [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/FrequencyExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "6"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "mo" ]             ]           ]         ] ) ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:10230-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10230-1" ] ;
fhir:display [ fhir:v "Left ventricular Ejection fraction" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
        ( fhir:extension [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/FrequencyExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "6"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "mo" ]             ]           ]         ] ) ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:10231-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10231-9" ] ;
fhir:display [ fhir:v "Right ventricular Ejection fraction" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:10230-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10230-1" ] ;
fhir:display [ fhir:v "Left ventricular Ejection fraction" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:10231-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10231-9" ] ;
fhir:display [ fhir:v "Right ventricular Ejection fraction" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
        ( fhir:extension [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/FrequencyExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "12"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "mo" ]             ]           ]         ] ) ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:20150-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20150-9" ] ;
fhir:display [ fhir:v "FEV1" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:20150-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "20150-9" ] ;
fhir:display [ fhir:v "FEV1" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
        ( fhir:extension [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/FrequencyExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "6"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "mo" ]             ]           ]         ] ) ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:718-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "718-7" ] ;
fhir:display [ fhir:v "Hemoglobin [Mass/volume] in Blood" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:718-7 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "718-7" ] ;
fhir:display [ fhir:v "Hemoglobin [Mass/volume] in Blood" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
        ( fhir:extension [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/FrequencyExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "6"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "mo" ]             ]           ]         ] ) ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:42637-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "42637-9" ] ;
fhir:display [ fhir:v "Natriuretic peptide B [Mass/volume] in Blood" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:42637-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "42637-9" ] ;
fhir:display [ fhir:v "Natriuretic peptide B [Mass/volume] in Blood" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
        ( fhir:extension [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/FrequencyExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "6"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "mo" ]             ]           ]         ] ) ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:71425-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "71425-3" ] ;
fhir:display [ fhir:v "Natriuretic peptide.B prohormone N-Terminal [Mass/volume] in Blood by Immunoassay" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "code" ] ;
          ( fhir:code [
a loinc:71425-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "71425-3" ] ;
fhir:display [ fhir:v "Natriuretic peptide.B prohormone N-Terminal [Mass/volume] in Blood by Immunoassay" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2017-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] [
fhir:url [ fhir:v "DataRequirement"^^xsd:anyURI ] ;
fhir:value [
a fhir:DataRequirement ;
        ( fhir:extension [
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/FrequencyExtension-IEHR"^^xsd:anyURI ] ;
fhir:value [
a fhir:Timing ;
fhir:repeat [
fhir:frequency [ fhir:v "1"^^xsd:positiveInteger ] ;
fhir:period [ fhir:v "6"^^xsd:decimal ] ;
fhir:periodUnit [ fhir:v "mo" ]             ]           ]         ] ) ;
fhir:type [ fhir:v "Observation" ] ;
        ( fhir:codeFilter [
fhir:path [ fhir:v "category" ] ;
          ( fhir:code [
a loinc:71941-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "71941-9" ] ;
fhir:display [ fhir:v "Kansas City Cardiomyopathy Questionnaire [KCCQ]" ]           ] )         ] ) ;
        ( fhir:dateFilter [
fhir:path [ fhir:v "effectivePeriod" ] ;
fhir:value [
a fhir:Period ;
fhir:start [ fhir:v "2022-05-10T10:28:31+02:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2024-05-10T10:28:31+02:00"^^xsd:dateTime ]           ]         ] )       ]     ] ) ;
fhir:url [ fhir:v "http://interopehrate.eu/fhir/StructureDefinition/DataSetDefinitionExtension-IEHR"^^xsd:anyURI ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.11.111.1.1.11.111.11"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ResearchStudy/578354" ]
  ] ) ; # 
  fhir:title [ fhir:v "ResearchStudyIEHR Example"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:primaryPurposeType [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/research-study-prim-purp-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "diagnostic" ] ;
fhir:display [ fhir:v "Diagnostic" ]     ] )
  ] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Mr Alberto Milano" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "11111111" ]     ] )
  ] ) ; # 
  fhir:location ( [
    ( fhir:coding [
fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
fhir:code [ fhir:v "IT" ] ;
fhir:display [ fhir:v "Italy" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "This ResearchStudy was created to contain all requirements specified in the 'FTGM - iEHR Examples of clinical research protocol' Document "] ; # 
  fhir:enrollment ( [
fhir:reference [ fhir:v "Group/76533" ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2020-07-09"^^xsd:date ] ;
fhir:end [ fhir:v "2025-09-14"^^xsd:date ]
  ] ; # 
  fhir:site ( [
fhir:reference [ fhir:v "Location/5982" ]
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/Group/76533> a fhir:Group ;
  fhir:id [ fhir:v "76533"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Group-Cohort-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Group-Cohort-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Group_76533\"> </a><p><b>Generated Narrative: Group</b><a name=\"76533\"> </a><a name=\"hc76533\"> </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 Group &quot;76533&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Group-Cohort-IEHR.html\">Cohort</a></p></div><p><b>type</b>: person</p><p><b>actual</b>: false</p><blockquote><p><b>characteristic</b></p><p><b>code</b>: Sex [HL7.v3] <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#72143-1)</span></p><p><b>value</b>: Female <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/R4/codesystem-administrative-gender.html\">AdministrativeGender</a>#female)</span></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Age <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#30525-0)</span></p><p><b>value</b>: 60-? years</p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Condition <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#75323-6)</span></p><p><b>value</b>: Congestive heart failure (disorder) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#42343007)</span></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Condition <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#75323-6)</span></p><p><b>value</b>: Essential (primary) hypertension <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-icd10CM.html\">International Classification of Diseases, 10th Revision, Clinical Modification (ICD-10-CM)</a>#I10)</span></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Expected lifespan <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-GroupCharacteristic-Code.html\">Possible codes for GroupCharacteristic</a>#expected lifespan)</span></p><p><b>value</b>: 5-? years</p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Medications <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#52471-0)</span></p><p><b>value</b>: Angiotensin-converting enzyme inhibitor-containing product <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#41549009)</span></p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Consent <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-GroupCharacteristic-Code.html\">Possible codes for GroupCharacteristic</a>#consent)</span></p><p><b>value</b>: true</p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Test <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-GroupCharacteristic-Code.html\">Possible codes for GroupCharacteristic</a>#test)</span></p><p><b>value</b>: true</p><p><b>exclude</b>: false</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Procedure <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-GroupCharacteristic-Code.html\">Possible codes for GroupCharacteristic</a>#procedure)</span></p><p><b>value</b>: Transplantation of heart (procedure) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#32413006)</span></p><p><b>exclude</b>: true</p></blockquote><blockquote><p><b>characteristic</b></p><p><b>code</b>: Observation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-GroupCharacteristic-Code.html\">Possible codes for GroupCharacteristic</a>#observation)</span></p><p><b>value</b>: Death (event) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#419620001)</span></p><p><b>exclude</b>: true</p></blockquote></div>"
  ] ; # 
  fhir:type [ fhir:v "person"] ; # 
  fhir:actual [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:characteristic ( [
fhir:code [
      ( fhir:coding [
a loinc:72143-1 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "72143-1" ] ;
fhir:display [ fhir:v "Sex [HL7.v3]" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/administrative-gender"^^xsd:anyURI ] ;
fhir:code [ fhir:v "female" ] ;
fhir:display [ fhir:v "Female" ]       ] )     ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:30525-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "30525-0" ] ;
fhir:display [ fhir:v "Age" ]       ] )     ] ;
fhir:value [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "60"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]       ]     ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:75323-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75323-6" ] ;
fhir:display [ fhir:v "Condition" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:42343007 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "42343007" ] ;
fhir:display [ fhir:v "Congestive heart failure (disorder)" ]       ] )     ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:75323-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "75323-6" ] ;
fhir:display [ fhir:v "Condition" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/sid/icd-10-cm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "I10" ] ;
fhir:display [ fhir:v "Essential (primary) hypertension" ]       ] )     ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "expected lifespan" ] ;
fhir:display [ fhir:v "Expected lifespan" ]       ] )     ] ;
fhir:value [
a fhir:Range ;
fhir:low [
fhir:value [ fhir:v "5"^^xsd:decimal ] ;
fhir:unit [ fhir:v "years" ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "a" ]       ]     ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:code [
      ( fhir:coding [
a loinc:52471-0 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "52471-0" ] ;
fhir:display [ fhir:v "Medications" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:41549009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "41549009" ] ;
fhir:display [ fhir:v "Angiotensin-converting enzyme inhibitor-containing product" ]       ] )     ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "consent" ] ;
fhir:display [ fhir:v "Consent" ]       ] )     ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "test" ] ;
fhir:display [ fhir:v "Test" ]       ] )     ] ;
fhir:value [ fhir:v "true"^^xsd:boolean ] ;
fhir:exclude [ fhir:v "false"^^xsd:boolean ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "procedure" ] ;
fhir:display [ fhir:v "Procedure" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:32413006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "32413006" ] ;
fhir:display [ fhir:v "Transplantation of heart (procedure)" ]       ] )     ] ;
fhir:exclude [ fhir:v "true"^^xsd:boolean ]
  ] [
fhir:code [
      ( fhir:coding [
fhir:system [ fhir:v "http://interopehrate.eu/fhir/CodeSystem/GroupCharacteristic-Code"^^xsd:anyURI ] ;
fhir:code [ fhir:v "observation" ] ;
fhir:display [ fhir:v "Observation" ]       ] )     ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
a sct:419620001 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "419620001" ] ;
fhir:display [ fhir:v "Death (event)" ]       ] )     ] ;
fhir:exclude [ fhir:v "true"^^xsd:boolean ]
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/Location/5982> a fhir:Location ;
  fhir:id [ fhir:v "5982"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://interopehrate.eu/fhir/StructureDefinition/Location-ReferenceResearchCenter-IEHR"^^xsd:anyURI ;
fhir:link <http://interopehrate.eu/fhir/StructureDefinition/Location-ReferenceResearchCenter-IEHR>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Location_5982\"> </a><p><b>Generated Narrative: Location</b><a name=\"5982\"> </a><a name=\"hc5982\"> </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 Location &quot;5982&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Location-ReferenceResearchCenter-IEHR.html\">ResearchLocation</a></p></div><p><b>identifier</b>: <code>urn:oid:1.11.111.1.1.11.111.11</code>/exampleLocation</p><p><b>name</b>: Cardiovascular practice Milano</p><p><b>type</b>: Cardiovascular diagnostics or therapeutics unit <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-v3-RoleCode.html\">RoleCode</a>#CVDX)</span></p><p><b>telecom</b>: ph: 11111111</p><p><b>address</b>: Viale Certosa, 27111111 Milano 20019 Italy </p><p><b>endpoint</b>: See on this page: Endpoint/exampleEndpoint</p></div>"
  ] ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:1.11.111.1.1.11.111.11"^^xsd:anyURI ] ;
fhir:value [ fhir:v "exampleLocation" ]
  ] ) ; # 
  fhir:name [ fhir:v "Cardiovascular practice Milano"] ; # 
  fhir:type ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-RoleCode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CVDX" ] ;
fhir:display [ fhir:v "Cardiovascular diagnostics or therapeutics unit" ]     ] )
  ] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "11111111" ]
  ] ) ; # 
  fhir:address [
fhir:type [ fhir:v "postal" ] ;
    ( fhir:line [ fhir:v "Viale Certosa, 27111111" ] ) ;
fhir:city [ fhir:v "Milano" ] ;
fhir:postalCode [ fhir:v "20019" ] ;
fhir:country [ fhir:v "Italy" ]
  ] ; # 
  fhir:endpoint ( [
fhir:reference [ fhir:v "Endpoint/exampleEndpoint" ]
  ] ) . # 

<http://interopEHRate.eu/fhir-resource/Endpoint/exampleEndpoint> a fhir:Endpoint ;
  fhir:id [ fhir:v "exampleEndpoint"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Endpoint_exampleEndpoint\"> </a><p><b>Generated Narrative: Endpoint</b><a name=\"exampleEndpoint\"> </a><a name=\"hcexampleEndpoint\"> </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 Endpoint &quot;exampleEndpoint&quot; </p></div><p><b>status</b>: off</p><p><b>connectionType</b>: HL7 FHIR (Details: http://terminology.hl7.org/CodeSystem/endpoint-connection-type code hl7-fhir-rest = 'HL7 FHIR', stated as 'HL7 FHIR')</p><p><b>payloadType</b>: Any <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.3.0/CodeSystem-endpoint-payload-type.html\">Endpoint Payload Type</a>#any)</span></p><p><b>address</b>: <a href=\"http://interopEHRate.eu/fhir-resource/\">http://interopEHRate.eu/fhir-resource/</a></p></div>"
  ] ; # 
  fhir:status [ fhir:v "off"] ; # 
  fhir:connectionType [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-connection-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "hl7-fhir-rest" ] ;
fhir:display [ fhir:v "HL7 FHIR" ]
  ] ; # 
  fhir:payloadType ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/endpoint-payload-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "any" ] ;
fhir:display [ fhir:v "Any" ]     ] )
  ] ) ; # 
  fhir:address [ fhir:v "http://interopEHRate.eu/fhir-resource/"^^xsd:anyURI] . #