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
@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-collection"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-collection-organization"^^xsd:anyURI ;
fhir:link <https://fhir.bbmri-eric.eu/StructureDefinition/miabis-collection-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-collection</b></p><a name=\"example-collection\"> </a><a name=\"hcexample-collection\"> </a><a name=\"example-collection-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-collection-organization.html\">Collection Organization</a></p></div><p><b>Collection Dataset Type Extension</b>: <span title=\"Codes:{https://fhir.bbmri-eric.eu/CodeSystem/miabis-collection-dataset-typeCS Genomic}\">Genomic dataset</span></p><p><b>Sample Source Extension</b>: <span title=\"Codes:{https://fhir.bbmri-eric.eu/CodeSystem/miabis-sample-source-cs Human}\">Human</span></p><p><b>Sample Collection Setting Extension</b>: <span title=\"Codes:{https://fhir.bbmri-eric.eu/CodeSystem/miabis-sample-collection-setting-cs RoutineHealthCare}\">Routine health care setting</span></p><p><b>Collection Design Extension</b>: <span title=\"Codes:{https://fhir.bbmri-eric.eu/CodeSystem/miabis-collection-design-cs CaseControl}\">Case-control</span></p><p><b>Use and Access Conditions Extension</b>: <span title=\"Codes:{https://fhir.bbmri-eric.eu/CodeSystem/miabis-use-and-access-conditions-cs CommercialUse}\">Commercial use</span></p><p><b>Publications Extension</b>: publicationExample</p><p><b>Description extension</b>: descriptionExample</p><p><b>identifier</b>: collectionOrgId</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-biobank.html\">Organization biobankName</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-collection-dataset-type-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri-eric.eu/CodeSystem/miabis-collection-dataset-typeCS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Genomic" ] ] ) ]
] [
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample-source-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri-eric.eu/CodeSystem/miabis-sample-source-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Human" ] ] ) ]
] [
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-sample-collection-setting-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri-eric.eu/CodeSystem/miabis-sample-collection-setting-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "RoutineHealthCare" ] ] ) ]
] [
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-collection-design-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri-eric.eu/CodeSystem/miabis-collection-design-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CaseControl" ] ] ) ]
] [
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-use-and-access-conditions-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "https://fhir.bbmri-eric.eu/CodeSystem/miabis-use-and-access-conditions-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "CommercialUse" ] ] ) ]
] [
fhir:url [ fhir:v "https://fhir.bbmri-eric.eu/StructureDefinition/miabis-publications-extension"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "publicationExample" ]
] [
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 "collectionOrgId" ]
] ) ; #
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-biobank" ]
] ; #
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" ] ] )
] ) . #
IG © 2024+ BBMRI-ERIC. Package fhir.example#1.0.0 based on FHIR 4.0.1. Generated 2025-05-15
Links: Table of Contents |
QA Report
|