National Healthcare Directory Attestation and Verification
1.0.0-ballot - ballot US

This page is part of the National Healthcare Directory Attestation (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Dynamic Client Registration Scenario - TTL Representation

Active as of 2022-08-09

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:ExampleScenario;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "RsW5oCHfnQejTw9Jd"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ExampleScenario</b></p><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\">Resource ExampleScenario \"RsW5oCHfnQejTw9Jd\" </p></div><p><b>url</b>: <code>http://hl7.org/fhir/us/directory-attestation/ExampleScenario/RsW5oCHfnQejTw9Jd</code></p><p><b>version</b>: 1.0.0-ballot</p><p><b>status</b>: active</p><p><b>date</b>: 2022-08-09 12:52:38+0000</p><p><b>publisher</b>: HL7 Patient Administration Working Group</p><p><b>contact</b>: HL7 Patient Administration Working Group: <a href=\"https://www.hl7.org/Special/committees/pafm\">https://www.hl7.org/Special/committees/pafm</a>,<a href=\"mailto:pafm@lists.HL7.org\">pafm@lists.HL7.org</a></p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#US)</span></p><blockquote><p><b>actor</b></p><p><b>actorId</b>: m6AJtyEk6sSsHWLjt</p><p><b>type</b>: entity</p><p><b>name</b>: St. Jame’s Infirmary</p></blockquote><blockquote><p><b>actor</b></p><p><b>actorId</b>: fZzusFYr3PBYyRnot</p><p><b>type</b>: person</p><p><b>name</b>: Allison Camron, MD</p></blockquote><blockquote><p><b>instance</b></p><p><b>resourceId</b>: l4bjaZGQfeNfhAEpb</p><p><b>resourceType</b>: Location</p><p><b>name</b>: 456 Main Street Anytown CT 00014-1234</p></blockquote><blockquote><p><b>instance</b></p><p><b>resourceId</b>: hsEk35Ayonz755t6u</p><p><b>resourceType</b>: HealthcareService</p><p><b>name</b>: Emergency Medicine Physician</p></blockquote><blockquote><p><b>instance</b></p><p><b>resourceId</b>: etKzBJvzbeHDZi7Gd</p><p><b>resourceType</b>: Endpoint</p><p><b>name</b>: St. James Portal</p></blockquote></div>"
  ];
  fhir:ExampleScenario.url [ fhir:value "http://hl7.org/fhir/us/directory-attestation/ExampleScenario/RsW5oCHfnQejTw9Jd"];
  fhir:ExampleScenario.version [ fhir:value "1.0.0-ballot"];
  fhir:ExampleScenario.status [ fhir:value "active"];
  fhir:ExampleScenario.date [ fhir:value "2022-08-09T12:52:38+00:00"^^xsd:dateTime];
  fhir:ExampleScenario.publisher [ fhir:value "HL7 Patient Administration Working Group"];
  fhir:ExampleScenario.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 Patient Administration Working Group" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "https://www.hl7.org/Special/committees/pafm" ]     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "pafm@lists.HL7.org" ]     ]
  ];
  fhir:ExampleScenario.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
       fhir:Coding.code [ fhir:value "US" ]     ]
  ];
  fhir:ExampleScenario.actor [
     fhir:index 0;
     fhir:ExampleScenario.actor.actorId [ fhir:value "m6AJtyEk6sSsHWLjt" ];
     fhir:ExampleScenario.actor.type [ fhir:value "entity" ];
     fhir:ExampleScenario.actor.name [ fhir:value "St. Jame’s Infirmary" ]
  ], [
     fhir:index 1;
     fhir:ExampleScenario.actor.actorId [ fhir:value "fZzusFYr3PBYyRnot" ];
     fhir:ExampleScenario.actor.type [ fhir:value "person" ];
     fhir:ExampleScenario.actor.name [ fhir:value "Allison Camron, MD" ]
  ];
  fhir:ExampleScenario.instance [
     fhir:index 0;
     fhir:ExampleScenario.instance.resourceId [ fhir:value "l4bjaZGQfeNfhAEpb" ];
     fhir:ExampleScenario.instance.resourceType [ fhir:value "Location" ];
     fhir:ExampleScenario.instance.name [ fhir:value "456 Main Street Anytown CT 00014-1234" ]
  ], [
     fhir:index 1;
     fhir:ExampleScenario.instance.resourceId [ fhir:value "hsEk35Ayonz755t6u" ];
     fhir:ExampleScenario.instance.resourceType [ fhir:value "HealthcareService" ];
     fhir:ExampleScenario.instance.name [ fhir:value "Emergency Medicine Physician" ]
  ], [
     fhir:index 2;
     fhir:ExampleScenario.instance.resourceId [ fhir:value "etKzBJvzbeHDZi7Gd" ];
     fhir:ExampleScenario.instance.resourceType [ fhir:value "Endpoint" ];
     fhir:ExampleScenario.instance.name [ fhir:value "St. James Portal" ]
  ].

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

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