Implementation Guide
25.0.0 - R4 APIs
Publish Box goes here
@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:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PAS-Subscriber-Example1"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2025-12-23T23:25:47.290-08:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-subscriber-patient-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-subscriber-patient-profile> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient PAS-Subscriber-Example1</b></p><a name=\"PAS-Subscriber-Example1\"> </a><a name=\"hcPAS-Subscriber-Example1\"> </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\">Last updated: 2025-12-23 23:25:47-0800</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-athena-pas-subscriber-patient-profile.html\">PAS Subscriber Patient</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Lisa S Chamberlain (official) Female, DoB: 1972-06-07 ( Member Number: 237129812 (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 2146690123123(Work)</li><li>ph: 2147236512(Home)</li><li><a href=\"mailto:alicenewman866@gmail.com\">alicenewman866@gmail.com</a></li><li>6790 Oak St Plano IL 60448 USA (home)</li><li>Nzbd Hyd 502345 Andorra (old)</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Language spoken\">Language:</td><td colspan=\"3\"><span title=\"Codes:{urn:ietf:bcp:47 fr}\">French</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"US Core Sex for Clinical Use (SFCU). This extension aligns with the US Core Profile for Sex for Clinical Use.\"><a href=\"StructureDefinition-us-core-sex.html\">US Core Sex for Clinical Use Extension (Custom IG)</a></td><td colspan=\"3\">248152002</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity. The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories: - Hispanic or Latino - Not Hispanic or Latino.\">US Core Ethnicity Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://hl7.org/fhir/us/core/STU3.1/CodeSystem-cdcrec.html#cdcrec-2186-5\">Race & Ethnicity - CDC 2186-5</a>: Not Hispanic or Latino</li><li>text: Not Hispanic or Latino</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"A code classifying the person's sex assigned at birth as specified by the [Office of the National Coordinator for Health IT (ONC)](https://www.healthit.gov/newsroom/about-onc). This extension aligns with the C-CDA Birth Sex Observation (LOINC 76689-9).\"><a href=\"http://hl7.org/fhir/us/core/STU3.1/StructureDefinition-us-core-birthsex.html\">US Core Birth Sex Extension</a></td><td colspan=\"3\">F</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories:#xA;#xA; - American Indian or Alaska Native#xA; - Asian#xA; - Black or African American#xA; - Native Hawaiian or Other Pacific Islander#xA; - White.\">US Core Race Extension:</td><td colspan=\"3\"><ul><li>ombCategory: <a href=\"http://hl7.org/fhir/us/core/STU3.1/CodeSystem-cdcrec.html#cdcrec-2106-3\">Race & Ethnicity - CDC 2106-3</a>: White</li><li>text: White</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"A US Core extension to represent a patient's tribal affiliation. This is a complex extension.\">US Core Tribal Affiliation Extension (Custom IG):</td><td colspan=\"3\"><ul><li>tribalAffiliation: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS 339}\">Agdaagux Tribe of King Cove</span></li></ul></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
( fhir:extension [
fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2106-3" ] ;
fhir:display [ fhir:v "White" ] ] ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "White" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "ombCategory"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.6.238"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2186-5" ] ;
fhir:display [ fhir:v "Not Hispanic or Latino" ] ] ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [
a fhir:string ;
fhir:v "Not Hispanic or Latino" ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^xsd:anyURI ]
] [
( fhir:extension [
fhir:url [ fhir:v "tribalAffiliation"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS"^^xsd:anyURI ] ;
fhir:code [ fhir:v "339" ] ;
fhir:display [ fhir:v "Agdaagux Tribe of King Cove" ] ] ) ;
fhir:text [ fhir:v "Agdaagux Tribe of King Cove" ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation"^^xsd:anyURI ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "F" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-sex"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "248152002" ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MB" ] ;
fhir:display [ fhir:v "Member Number" ] ] ) ] ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/MemberNumber/0"^^xsd:anyURI ] ;
fhir:value [ fhir:v "237129812" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Chamberlain" ] ;
( fhir:given [ fhir:v "Lisa" ] [ fhir:v "S" ] ) ;
( fhir:prefix [ fhir:v "Jr" ] ) ;
( fhir:suffix [ fhir:v "Ms" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "2146690123123" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "2147236512" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "alicenewman866@gmail.com" ] ;
fhir:use [ fhir:v "home" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1972-06-07"^^xsd:date] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "6790 Oak St" ] ) ;
fhir:city [ fhir:v "Plano" ] ;
fhir:district [ fhir:v "collin" ] ;
fhir:state [ fhir:v "IL" ] ;
fhir:postalCode [ fhir:v "60448" ] ;
fhir:country [ fhir:v "USA" ]
] [
fhir:use [ fhir:v "old" ] ;
( fhir:line [ fhir:v "Nzbd" ] ) ;
fhir:city [ fhir:v "Hyd" ] ;
fhir:postalCode [ fhir:v "502345" ] ;
fhir:country [ fhir:v "Andorra" ] ;
fhir:period [
fhir:start [ fhir:v "2025-12-02T00:00:00-08:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-12-04T00:00:00-08:00"^^xsd:dateTime ] ]
] ) ; #
fhir:communication ( [
fhir:language [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "fr" ] ;
fhir:display [ fhir:v "French" ] ] ) ;
fhir:text [ fhir:v "French" ] ] ;
fhir:preferred [ fhir:v true ]
] ) . #
IG © 2022+ athenahealth. Package athenahealth#25.0.0 based on FHIR 4.0.1. Generated 2026-04-27
Links: Table of Contents |
QA Report