Implementation Guide
27.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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "PAS-Beneficiary-Example1"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2025-12-12T01:26:33.060-06:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-beneficiary-patient-profile"^^xsd:anyURI ;
fhir:link <https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-pas-beneficiary-patient-profile> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table width=\"100%\"><tbody><tr><td width=\"25%\"><span class=\"text-muted\">Cheryl L. Johnson suffix F DOB: 1976/06/30</span></td><td width=\"42%\"><span class=\"text-muted\">2590 SW Evans Portland, IL 60229 USAadd1 city2, null 567890 Vanuatu Phone: 5036179046 Phone: 5032452697 Fax: 5036179047 Email: cljohson@owl.com</span></td></tr></tbody></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: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:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-genderIdentity"^^xsd:anyURI ] ;
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:446141000124107 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "446141000124107" ] ;
fhir:display [ fhir:v "Identifies as Female" ] ] ) ;
fhir:text [ fhir:v "Identifies as Female" ] ]
] [
( 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 "345" ] ;
fhir:display [ fhir:v "Alatna Village" ] ] ) ;
fhir:text [ fhir:v "Alatna Village" ] ] ] ) ;
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation"^^xsd:anyURI ]
] ) ; #
fhir:identifier ( [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "PI" ] ;
fhir:display [ fhir:v "Patient Internal Identifier" ] ] ) ;
fhir:text [ fhir:v "Patient Internal Identifier" ] ] ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/PatientId/1000-4-9390"^^xsd:anyURI ] ;
fhir:value [ fhir:v "670" ]
] [
fhir:use [ fhir:v "secondary" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SB" ] ] ) ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "753745187" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "MR" ] ;
fhir:display [ fhir:v "Medical record number" ] ] ) ;
fhir:text [ fhir:v "Medical record number" ] ] ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/MRN/1000-4-9390"^^xsd:anyURI ] ;
fhir:value [ fhir:v "MR-000-090" ]
] ) ; #
fhir:name ( [
fhir:use [ fhir:v "official" ] ;
fhir:family [ fhir:v "Johnson" ] ;
( fhir:given [ fhir:v "Cheryl" ] [ fhir:v "L." ] ) ;
( fhir:prefix [ fhir:v "Mrs" ] ) ;
( fhir:suffix [ fhir:v "suffix" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "5036179046" ] ;
fhir:use [ fhir:v "work" ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "5032452697" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "5036179047" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "cljohson@owl.com" ] ;
fhir:use [ fhir:v "home" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1976-06-30"^^xsd:date] ; #
fhir:address ( [
( fhir:line [ fhir:v "2590 SW Evans" ] ) ;
fhir:city [ fhir:v "Portland" ] ;
fhir:district [ fhir:v "county" ] ;
fhir:state [ fhir:v "IL" ] ;
fhir:postalCode [ fhir:v "60229" ] ;
fhir:country [ fhir:v "USA" ]
] [
fhir:use [ fhir:v "old" ] ;
( fhir:line [ fhir:v "add1" ] ) ;
fhir:city [ fhir:v "city2" ] ;
fhir:postalCode [ fhir:v "567890" ] ;
fhir:country [ fhir:v "Vanuatu" ] ;
fhir:period [
fhir:start [ fhir:v "2025-08-11T00:00:00-06:00"^^xsd:dateTime ] ;
fhir:end [ fhir:v "2025-12-10T00:00:00-06:00"^^xsd:dateTime ] ]
] ) ; #
fhir:multipleBirth [
a fhir:integer ;
fhir:v 1
] ; #
fhir:communication ( [
fhir:language [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "en" ] ;
fhir:display [ fhir:v "English" ] ] ) ;
fhir:text [ fhir:v "English" ] ] ;
fhir:preferred [ fhir:v true ]
] ) . #
IG © 2022+ athenahealth. Package athenahealth#27.0.0 based on FHIR 4.0.1. Generated 2026-05-10
Links: Table of Contents |
QA Report