National Healthcare Directory Exchange
1.0.0-ballot - ballot United States of America flag

National Healthcare Directory Exchange, published by HL7 Patient Administration Working Group. This is not an authorized publication; it is the continuous build for version 1.0.0-ballot). This version is based on the current content of https://github.com/HL7/fhir-directory-exchange/ and changes regularly. See the Directory of published versions

: ProviderAttestation - 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:VerificationResult;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "ProviderAttestation"]; # 
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2020-07-07T13:26:22.0314215+00:00"^^xsd:dateTime ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/us/directory-exchange/StructureDefinition/NatlDirEx-Validation";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/us/directory-exchange/StructureDefinition/NatlDirEx-Validation>     ], [
       fhir:value "http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDir-Verification";
       fhir:index 1;
       fhir:link <http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDir-Verification>     ]
  ]; # 
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: VerificationResult</b><a name=\"ProviderAttestation\"> </a></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 VerificationResult &quot;ProviderAttestation&quot; Updated &quot;2020-07-07 13:26:22+0000&quot; </p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-NatlDirEx-Validation.html\">National Directory Validation</a>, <a href=\"http://hl7.org/fhir/us/directory-query/2022Sep/StructureDefinition-NatlDir-Verification.html\">National Directory Endpoint Qry Exchange Verification</a></p></div><p><b>target</b>: <a href=\"Practitioner-JoeSmith.html\">Practitioner/JoeSmith</a> &quot; SMITH&quot;</p><p><b>need</b>: None <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-need.html\">Need</a>#none)</span></p><p><b>status</b>: attested</p><p><b>statusDate</b>: 2020-07-07 13:26:22+0000</p><p><b>validationType</b>: Primary Source <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-validation-type.html\">Validation-type</a>#primary)</span></p><p><b>validationProcess</b>: Attester <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://hl7.org/fhir/us/directory-query/2022Sep/CodeSystem-ValidationTypeCS.html\">Validation Type Code System</a>#attester)</span></p><p><b>failureAction</b>: Warning <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-failure-action.html\">Failure-action</a>#warn)</span></p><h3>Attestations</h3><table class=\"grid\"><tr><td>-</td><td><b>Who</b></td><td><b>CommunicationMethod</b></td><td><b>Date</b></td></tr><tr><td>*</td><td><a href=\"Practitioner-JoeSmith.html\">Practitioner/JoeSmith</a> &quot; SMITH&quot;</td><td>Pull <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-verificationresult-communication-method.html\">VerificationResult Communication Method</a>#pull)</span></td><td>2020-07-07</td></tr></table></div>"
  ]; # 
  fhir:VerificationResult.target [
     fhir:index 0;
     fhir:Reference.reference [ fhir:value "Practitioner/JoeSmith" ]
  ]; # 
  fhir:VerificationResult.need [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/need" ];
       fhir:Coding.code [ fhir:value "none" ]     ]
  ]; # 
  fhir:VerificationResult.status [ fhir:value "attested"]; # 
  fhir:VerificationResult.statusDate [ fhir:value "2020-07-07T13:26:22.0314215+00:00"^^xsd:dateTime]; # 
  fhir:VerificationResult.validationType [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/validation-type" ];
       fhir:Coding.code [ fhir:value "primary" ]     ]
  ]; # 
  fhir:VerificationResult.validationProcess [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://hl7.org/fhir/us/directory-query/CodeSystem/ValidationTypeCS" ];
       fhir:Coding.code [ fhir:value "attester" ]     ]
  ]; # 
  fhir:VerificationResult.failureAction [
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/failure-action" ];
       fhir:Coding.code [ fhir:value "warn" ]     ]
  ]; # 
  fhir:VerificationResult.attestation [
     fhir:VerificationResult.attestation.who [
       fhir:Reference.reference [ fhir:value "Practitioner/JoeSmith" ]     ];
     fhir:VerificationResult.attestation.communicationMethod [
       fhir:CodeableConcept.coding [
         fhir:index 0;
         fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/verificationresult-communication-method" ];
         fhir:Coding.code [ fhir:value "pull" ]       ]     ];
     fhir:VerificationResult.attestation.date [ fhir:value "2020-07-07"^^xsd:date ]
  ]. # 

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

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