0.1.0 - ci-build
PatientScheduling - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PractitionerRole ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "NancyRomeroFernandezAPRNRole"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://example.org/StructureDefinition/smart-practitioner-role"^^xsd:anyURI ;
fhir:l <http://example.org/StructureDefinition/smart-practitioner-role> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: PractitionerRole NancyRomeroFernandezAPRNRole</b></p><a name=\"NancyRomeroFernandezAPRNRole\"> </a><a name=\"hcNancyRomeroFernandezAPRNRole\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-smart-practitioner-role.html\">SMART PractitionerRole</a></p></div><p><b>identifier</b>: <a href=\"http://terminology.hl7.org/7.0.1/NamingSystem-npi.html\" title=\"National Provider Identifier\">United States National Provider Identifier</a>/1932775590</p><p><b>active</b>: true</p><p><b>period</b>: 2023-02-14 --> (ongoing)</p><p><b>practitioner</b>: <a href=\"Practitioner-NancyRomeroFernandezAPRN.html\">Nancy Romero Fernandez, APRN, FNP-C, PMHNP-BC, PMHNP, MSN</a></p><p><b>organization</b>: <a href=\"Organization/LoyalMedicalGroup\">Loyal Medical Group</a></p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/us/ndh/CodeSystem/NdhPractitionerRoleCS crnp}\">crnp</span></p><p><b>specialty</b>: <span title=\"Codes:{http://nucc.org/provider-taxonomy 363LF0000X}\">Family Nurse Practitioner</span></p><p><b>location</b>: <a href=\"Location-BerkshireFamilyMedicine.html\">Berkshire Family Medicine - Pittsfield</a></p><p><b>telecom</b>: ph: 123-456-7891, <a href=\"mailto:nancy.example.com\">nancy.example.com</a></p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 09:00:00</p><p><b>availableEndTime</b>: 17:00:00</p></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:system [
fhir:v "http://hl7.org/fhir/sid/us-npi"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/sid/us-npi> ] ;
fhir:value [ fhir:v "1932775590" ]
] ) ; #
fhir:active [ fhir:v true] ; #
fhir:period [
fhir:start [ fhir:v "2023-02-14"^^xsd:date ]
] ; #
fhir:practitioner [
fhir:l fhir:Practitioner/NancyRomeroFernandezAPRN ;
fhir:reference [ fhir:v "Practitioner/NancyRomeroFernandezAPRN" ] ;
fhir:display [ fhir:v "Nancy Romero Fernandez, APRN, FNP-C, PMHNP-BC, PMHNP, MSN" ]
] ; #
fhir:organization [
fhir:l fhir:Organization/LoyalMedicalGroup ;
fhir:reference [ fhir:v "Organization/LoyalMedicalGroup" ] ;
fhir:display [ fhir:v "Loyal Medical Group" ]
] ; #
fhir:code ( [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/us/ndh/CodeSystem/NdhPractitionerRoleCS"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/us/ndh/CodeSystem/NdhPractitionerRoleCS> ] ;
fhir:code [ fhir:v "crnp" ] ] )
] ) ; #
fhir:specialty ( [
( fhir:coding [
fhir:system [
fhir:v "http://nucc.org/provider-taxonomy"^^xsd:anyURI ;
fhir:l <http://nucc.org/provider-taxonomy> ] ;
fhir:code [ fhir:v "363LF0000X" ] ] )
] ) ; #
fhir:location ( [
fhir:l fhir:Location/BerkshireFamilyMedicine ;
fhir:reference [ fhir:v "Location/BerkshireFamilyMedicine" ] ;
fhir:display [ fhir:v "Berkshire Family Medicine - Pittsfield" ]
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "123-456-7891" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "nancy.example.com" ]
] ) ; #
fhir:availableTime ( [
( fhir:daysOfWeek [ fhir:v "mon" ] [ fhir:v "tue" ] [ fhir:v "wed" ] [ fhir:v "thu" ] [ fhir:v "fri" ] ) ;
fhir:availableStartTime [ fhir:v "09:00:00"^^xsd:time ] ;
fhir:availableEndTime [ fhir:v "17:00:00"^^xsd:time ]
] ) . #
IG © 2025+ haau3. Package patient.scheduling#0.1.0 based on FHIR 4.0.1. Generated 2025-12-23
Links: Table of Contents |
QA Report