NCPI FHIR Implementation Guide v2 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: Participants from the GREGoR research study - 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:Group ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "gregor-research-study-participants"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-study-group"^^xsd:anyURI ;
fhir:link <https://nih-ncpi.github.io/ncpi-fhir-ig-2/StructureDefinition/research-study-group> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group gregor-research-study-participants</b></p><a name=\"gregor-research-study-participants\"> </a><a name=\"hcgregor-research-study-participants\"> </a><a name=\"gregor-research-study-participants-en-US\"> </a><p><b>identifier</b>: <code>https://anvil.terra.bio/</code>/GREGoR Participants</p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: Participants from the GREGoR research study GSS U08 GRU</p><p><b>quantity</b>: 555</p></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "https://anvil.terra.bio/"^^xsd:anyURI ] ;
fhir:value [ fhir:v "GREGoR Participants" ]
] ) ; #
fhir:type [ fhir:v "person"] ; #
fhir:actual [ fhir:v "true"^^xsd:boolean] ; #
fhir:name [ fhir:v "Participants from the GREGoR research study GSS U08 GRU"] ; #
fhir:quantity [ fhir:v "555"^^xsd:nonNegativeInteger] . #