Publication Build: This will be filled in by the publication tooling
: def-idp - 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:Organization ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "def-idp"] ; #
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 def-idp</b></p><a name=\"def-idp\"> </a><a name=\"hcdef-idp\"> </a><a name=\"def-idp-en-US\"> </a><p><b>identifier</b>: <code>http://www.secureidp.com/units</code>/SecureIdp</p><p><b>name</b>: Secure Idp</p><blockquote><p><b>contact</b></p><p><b>telecom</b>: <a href=\"tel:+15552343523\">+1 555 234 3523</a>, <a href=\"mailto:gastro@acme.org\">gastro@acme.org</a></p></blockquote></div>"
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "http://www.secureidp.com/units"^^xsd:anyURI ] ;
fhir:value [ fhir:v "SecureIdp" ]
] ) ; #
fhir:name [ fhir:v "Secure Idp"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "+1 555 234 3523" ] ;
fhir:use [ fhir:v "work" ] ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "gastro@acme.org" ] ;
fhir:use [ fhir:v "work" ] ] )
] ) . #