National Healthcare Directory Attestation and Verification, 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-attestation/ and changes regularly. See the Directory of published versions
@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-attestation/StructureDefinition/NatlDir-Validation";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/directory-attestation/StructureDefinition/NatlDir-Validation> ]
]; #
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 "ProviderAttestation" Updated "2020-07-07 13:26:22+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-NatlDir-Validation.html\">NatlDir Validation</a></p></div><p><b>target</b>: <a href=\"Practitioner-PractitionerJoeSmith.html\">Practitioner/PractitionerJoeSmith</a> " SMITH"</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-PractitionerJoeSmith.html\">Practitioner/PractitionerJoeSmith</a> " SMITH"</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/PractitionerJoeSmith" ]
]; #
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/PractitionerJoeSmith" ] ];
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.
IG © 2022+ HL7 Patient Administration Working Group. Package hl7.fhir.us.directory-attestation#1.0.0-ballot based on FHIR 4.0.1. Generated 2022-12-08
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change