Consolidated CDA Release 2.1 StructureDefinition Prototype Publication
2.1.0-draft1 - CI Build United States of America

This page is part of the CCDA: Consolidated CDA Release (v2.1.0-draft1: CCDA 2.1 Draft) based on FHIR v5.0.0. . For a full list of available versions, see the Directory of published versions

: US Realm Person Name Example - 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:Binary;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "US-Realm-Person-Name-Example"]; # 
  fhir:Binary.contentType [ fhir:value "application/xml"]; # 
  fhir:Binary.data [ fhir:value "PG5hbWUgdXNlPSJMIj4KICAgIDxwcmVmaXggcXVhbGlmaWVyPSJUSVRMRSI+UmVwPC9zdWZmaXg+CiAgICA8Z2l2ZW4+RXZlbHluPC9naXZlbj4KICAgIDxnaXZlbiBxdWFsaWZpZXI9IkNMIj5FdmU8L2dpdmVuPgogICAgPGZhbWlseSBxdWFsaWZpZXI9IkJSIj5FdmVyeXdvbWFuPC9mYW1pbHk+CiAgICA8c3VmZml4IHF1YWxpZmllcj0iQUMiPkouRC48L3N1ZmZpeD4KPC9uYW1lPg=="^^xsd:base64Binary]. # 

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.