MIABIS on FHIR Implementation Guide - Local Development build (v1.3.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: NetworkInstance - 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 -------------------------------------------------------------------
<http://hl7.org/fhir/Group/NetworkInstance> a fhir:Group ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "NetworkInstance"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-network" ;
fhir:index 0 ;
fhir:link <https://fhir.bbmri-eric.eu/StructureDefinition/miabis-network>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Group NetworkInstance</b></p><a name=\"NetworkInstance\"> </a><a name=\"hcNetworkInstance\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-miabis-network.html\">Network</a></p></div><p><b>Member Entity</b>: <a href=\"Organization-example-biobank.html\">Organization biobankName</a></p><p><b>identifier</b>: networkId</p><p><b>active</b>: true</p><p><b>type</b>: Person</p><p><b>actual</b>: true</p><p><b>name</b>: networkName</p><p><b>managingEntity</b>: <a href=\"Organization-example-network.html\">Organization collectionOrgName</a></p></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-member-entity-extension" ] ;
fhir:Extension.valueReference [
fhir:link <http://hl7.org/fhir/Organization/example-biobank> ;
fhir:Reference.reference [ fhir:value "Organization/example-biobank" ]
]
] ;
fhir:Group.identifier [
fhir:index 0 ;
fhir:Identifier.value [ fhir:value "networkId" ]
] ;
fhir:Group.active [ fhir:value "true"^^xsd:boolean] ;
fhir:Group.type [ fhir:value "person"] ;
fhir:Group.actual [ fhir:value "true"^^xsd:boolean] ;
fhir:Group.name [ fhir:value "networkName"] ;
fhir:Group.managingEntity [
fhir:link <http://hl7.org/fhir/Organization/example-network> ;
fhir:Reference.reference [ fhir:value "Organization/example-network" ]
] .
<http://hl7.org/fhir/Organization/example-biobank> a fhir:Organization .
<http://hl7.org/fhir/Organization/example-network> a fhir:Organization .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Group/NetworkInstance.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Group/NetworkInstance.ttl> .