German Oncological Data Standard (GOLD) - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: ExampleResearchSubjectStudienteilnehmer - 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:ResearchSubject ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "ExampleResearchSubjectStudienteilnehmer"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://www.vision-zero-oncology.de/fhir/StructureDefinition/probandin"^^xsd:anyURI ;
fhir:link <https://www.vision-zero-oncology.de/fhir/StructureDefinition/probandin> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ResearchSubject</b><a name=\"ExampleResearchSubjectStudienteilnehmer\"> </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 ResearchSubject "ExampleResearchSubjectStudienteilnehmer" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-probandin.html\">Profile ProbandIn</a></p></div><p><b>identifier</b>: Anonymous identifier: 12345</p><p><b>status</b>: candidate</p><p><b>period</b>: 2019-09-06 --> (ongoing)</p><p><b>study</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&canonical=http://fhir.org/packages/de.basisprofil.r4/ResearchStudy/MII-Beispielstudie\">ResearchStudy/MII-Beispielstudie</a></p><p><b>individual</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&canonical=http://fhir.org/packages/de.basisprofil.r4/Patient/MII-Patient\">Patient/MII-Patient</a></p><p><b>consent</b>: <a href=\"https://simplifier.net/resolve?scope=de.basisprofil.r4@1.4.0&canonical=http://fhir.org/packages/de.basisprofil.r4/Consent/MII-Consent\">Consent/MII-Consent</a></p></div>"
] ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "ANON" ] ] ) ] ;
fhir:system [ fhir:v "https://charite.de/fhir/core/sid/SubjectIdentificationCode"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12345" ]
] ) ; #
fhir:status [ fhir:v "candidate"] ; #
fhir:period [
fhir:start [ fhir:v "2019-09-06"^^xsd:date ]
] ; #
fhir:study [
fhir:reference [ fhir:v "ResearchStudy/MII-Beispielstudie" ]
] ; #
fhir:individual [
fhir:reference [ fhir:v "Patient/MII-Patient" ]
] ; #
fhir:consent [
fhir:reference [ fhir:v "Consent/MII-Consent" ]
] . #