MIABIS on FHIR Implementation Guide
1.0.0 - CI Build

MIABIS on FHIR Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: NetworkOrgInstance - TTL Representation

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

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

 a fhir:Organization ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example-network"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-network-organization"^^xsd:anyURI ;
fhir:link <https://fhir.bbmri-eric.eu/StructureDefinition/miabis-network-organization>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization example-network</b></p><a name=\"example-network\"> </a><a name=\"hcexample-network\"> </a><a name=\"example-network-en-US\"> </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-organization.html\">Network Organization</a></p></div><p><b>Common Collaboration Topics Extension</b>: <span title=\"Codes:{https://fhir.bbmri-eric.eu/CodeSystem/miabis-common-collaboration-topics-cs Charter}\">Common Charter</span></p><p><b>Description extension</b>: descriptionExample</p><p><b>identifier</b>: networkOrgId</p><p><b>name</b>: collectionOrgName</p><p><b>alias</b>: collectionOrgAlias</p><p><b>telecom</b>: <a href=\"http://collectionOrg.com\">http://collectionOrg.com</a></p><p><b>address</b>: CZ </p><p><b>partOf</b>: <a href=\"Organization/example-juristic-person\">Organization/example-juristic-person</a></p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>contactName contactFamilyName </td><td><a href=\"mailto:contactEmail\">contactEmail</a></td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-common-collaboration-topics-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
      ( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri-eric.eu/CodeSystem/miabis-common-collaboration-topics-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Charter" ]       ] )     ]
  ] [
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-organization-description-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "descriptionExample"     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:value [ fhir:v "networkOrgId" ]
  ] ) ; # 
  fhir:name [ fhir:v "collectionOrgName"] ; # 
  fhir:alias ( [ fhir:v "collectionOrgAlias"] ) ; # 
  fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://collectionOrg.com" ]
  ] ) ; # 
  fhir:address ( [
fhir:country [ fhir:v "CZ" ]
  ] ) ; # 
  fhir:partOf [
fhir:reference [ fhir:v "Organization/example-juristic-person" ]
  ] ; # 
  fhir:contact ( [
fhir:name [
fhir:family [ fhir:v "contactFamilyName" ] ;
      ( fhir:given [ fhir:v "contactName" ] )     ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "contactEmail" ]     ] )
  ] ) . #