HL7 Europe Imaging Study Report
0.1.0-snapshot1 - draft 150

This page is part of the HL7 Europe Imaging Study Report (v0.1.0-snapshot1: QA Preview) based on FHIR (HL7® FHIR® Standard) v5.0.0. This version is a pre-release. The current official version is 0.1.0-ballot. For a full list of available versions, see the Directory of published versions

: OrganizationStructuredReport - 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 "OrganizationStructuredReport"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.eu/fhir/base-r5/StructureDefinition/organization-eu"^^xsd:anyURI ;
fhir:link <http://hl7.eu/fhir/base-r5/StructureDefinition/organization-eu>     ] )
  ] ; # 
  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: Organization OrganizationStructuredReport</b></p><a name=\"OrganizationStructuredReport\"> </a><a name=\"hcOrganizationStructuredReport\"> </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=\"http://hl7.eu/fhir/base-r5/0.1.0-snapshot/StructureDefinition-organization-eu.html\">Organization (EU base)</a></p></div><p><b>name</b>: Ultrasound centrum</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Address</b></td></tr><tr><td style=\"display: none\">*</td><td>Geluidsstraat 2 VeelGeluid 999XS  Nederland (work)</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:name [ fhir:v "Ultrasound centrum"] ; # 
  fhir:contact ( [
fhir:address [
fhir:use [ fhir:v "work" ] ;
      ( fhir:line [
fhir:v "Geluidsstraat 2" ;
        ( fhir:extension [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Geluidsstraat"           ]         ] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "2"           ]         ] )       ] ) ;
fhir:city [ fhir:v "VeelGeluid" ] ;
fhir:postalCode [ fhir:v "999XS " ] ;
fhir:country [ fhir:v "Nederland" ]     ]
  ] ) . #