SMART Base, published by WHO. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/litlfred/smart-base/ and changes regularly. See the Directory of published versions
| Draft as of 2026-08-26 |
@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 -------------------------------------------------------------------
<http://hl7.org/fhir/ActorDefinition/SGAuthoring.Persona.QCReviewer> a fhir:ActorDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "SGAuthoring.Persona.QCReviewer"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition SGAuthoring.Persona.QCReviewer</b></p><a name=\"SGAuthoring.Persona.QCReviewer\"> </a><a name=\"hcSGAuthoring.Persona.QCReviewer\"> </a><table class=\"grid\"><tr><td><b>Actor: QCReviewer </b></td><td>Quality Control Reviewer</td><td>Type: person </td></tr><tr><td colspan=\"3\"/></tr></table></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Narratif généré : ActorDefinition SGAuthoring.Persona.QCReviewer</b></p><a name=\"fr-SGAuthoring.Persona.QCReviewer\"> </a><a name=\"fr-hcSGAuthoring.Persona.QCReviewer\"> </a><table class=\"grid\"><tr><td><b>Acteur : QCReviewer </b></td><td>Quality Control Reviewer</td><td>Type : person </td></tr><tr><td colspan=\"3\"/></tr></table></div><div xml:lang=\"ar\" lang=\"ar\"><hr/><p><b>Arabic</b></p><hr/><p class=\"res-header-id\"><b>السرد المُنشأ: ActorDefinition SGAuthoring.Persona.QCReviewer</b></p><a name=\"ar-SGAuthoring.Persona.QCReviewer\"> </a><a name=\"ar-hcSGAuthoring.Persona.QCReviewer\"> </a><table class=\"grid\"><tr><td><b>الفاعل: QCReviewer </b></td><td>Quality Control Reviewer</td><td>اكتب: person </td></tr><tr><td colspan=\"3\"/></tr></table></div><div xml:lang=\"zh\" lang=\"zh\"><hr/><p><b>Chinese</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition SGAuthoring.Persona.QCReviewer</b></p><a name=\"zh-SGAuthoring.Persona.QCReviewer\"> </a><a name=\"zh-hcSGAuthoring.Persona.QCReviewer\"> </a><table class=\"grid\"><tr><td><b>Actor: QCReviewer </b></td><td>Quality Control Reviewer</td><td>Type: person </td></tr><tr><td colspan=\"3\"/></tr></table></div><div xml:lang=\"ru\" lang=\"ru\"><hr/><p><b>Russian</b></p><hr/><p class=\"res-header-id\"><b>Сгенерированный нарратив: ActorDefinition SGAuthoring.Persona.QCReviewer</b></p><a name=\"ru-SGAuthoring.Persona.QCReviewer\"> </a><a name=\"ru-hcSGAuthoring.Persona.QCReviewer\"> </a><table class=\"grid\"><tr><td><b>Актер: QCReviewer </b></td><td>Quality Control Reviewer</td><td>Тип: person </td></tr><tr><td colspan=\"3\"/></tr></table></div><div xml:lang=\"es\" lang=\"es\"><hr/><p><b>Spanish</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: ActorDefinition SGAuthoring.Persona.QCReviewer</b></p><a name=\"es-SGAuthoring.Persona.QCReviewer\"> </a><a name=\"es-hcSGAuthoring.Persona.QCReviewer\"> </a><table class=\"grid\"><tr><td><b>Actor: QCReviewer </b></td><td>Quality Control Reviewer</td><td>Type: person </td></tr><tr><td colspan=\"3\"/></tr></table></div></div>"
] ;
fhir:ActorDefinition.url [ fhir:value "http://smart.who.int/base/ActorDefinition/SGAuthoring.Persona.QCReviewer"] ;
fhir:ActorDefinition.version [ fhir:value "0.3.0"] ;
fhir:ActorDefinition.name [ fhir:value "QCReviewer"] ;
fhir:ActorDefinition.title [ fhir:value "Quality Control Reviewer"] ;
fhir:ActorDefinition.status [ fhir:value "draft"] ;
fhir:ActorDefinition.experimental [ fhir:value "true"^^xsd:boolean] ;
fhir:ActorDefinition.date [ fhir:value "2026-08-26T17:25:14+00:00"^^xsd:dateTime] ;
fhir:ActorDefinition.publisher [ fhir:value "WHO"] ;
fhir:ActorDefinition.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "WHO" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "http://who.int" ]
]
] ;
fhir:ActorDefinition.description [ fhir:value "A quality assurance specialist responsible for reviewing SMART Guidelines\nImplementation Guides for publication readiness. QC Reviewers use the\npublication checklist across L1-L4 layers, interpret QA validation reports,\nand verify artifact conformance and cross-component consistency.\n\nKey activities:\n- Run and interpret IG Publisher QA reports (qa.html)\n- Review publication checklist across L1, L2, L3, L4, and Global sections\n- Verify conformance to Shareable, Publishable, Computable, Executable profiles\n- Validate StructureMap extraction produces expected output\n- Verify CQL execution and measure calculations\n- Check cross-component consistency (personas, data elements, processes)\n- Validate all artifacts have required title, description, and mappings\n- Confirm naming conventions and reference resolution\n- Review change log completeness and versioning compliance\n\n**Source**: IG Starter Kit, QA Check page, Checklist page, Validating IG page"] ;
fhir:ActorDefinition.type [ fhir:value "person"] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/ActorDefinition/SGAuthoring.Persona.QCReviewer.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/ActorDefinition/SGAuthoring.Persona.QCReviewer.ttl> .
IG © 2023+ WHO. Package smart.who.int.base#0.3.0 based on FHIR 4.0.1. Generated 2026-08-26
Links: Table of Contents |
QA Report
| Version History | License