Implementation Guide
23.1.0 - R4 APIs
Publish Box goes here
@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:RelatedPerson ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "G-401"] ; #
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: RelatedPerson G-401</b></p><a name=\"G-401\"> </a><a name=\"hcG-401\"> </a><a name=\"G-401-en-US\"> </a><p><b>identifier</b>: SB/237129812 (use: secondary, ), Unspecified Identifier/G-401_1442678380000620</p><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>relationship</b>: <span title=\"Codes:{http://hl7.org/fhir/patient-contact-relationship guarantor}\">Guarantor</span></p><p><b>name</b>: Lisa S Chamberlain </p><p><b>telecom</b>: ph: 2146690123123(Work)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1959-10-23</p><p><b>address</b>: 6790 Oak St Plano TX 75248 USA </p></div>"
] ; #
fhir:identifier ( [
fhir:use [ fhir:v "secondary" ] ;
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/identifier-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "SB" ] ] ) ] ;
fhir:system [ fhir:v "http://hl7.org/fhir/sid/us-ssn"^^xsd:anyURI ] ;
fhir:value [ fhir:v "237129812" ]
] [
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ;
fhir:code [ fhir:v "U" ] ;
fhir:display [ fhir:v "Unspecified Identifier" ] ] ) ;
fhir:text [ fhir:v "Unspecified Identifier" ] ] ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/RelatedPersonId/Training"^^xsd:anyURI ] ;
fhir:value [ fhir:v "G-401_1442678380000620" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/Example1" ]
] ; #
fhir:relationship ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/patient-contact-relationship"^^xsd:anyURI ] ;
fhir:code [ fhir:v "guarantor" ] ;
fhir:display [ fhir:v "Guarantor" ] ] ) ;
fhir:text [ fhir:v "Guarantor" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Chamberlain" ] ;
( fhir:given [ fhir:v "Lisa" ] [ fhir:v "S" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "2146690123123" ] ;
fhir:use [ fhir:v "work" ]
] ) ; #
fhir:gender [
fhir:v "female" ;
( fhir:extension [
fhir:url [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode"^^xsd:anyURI ] ;
fhir:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/gender"^^xsd:anyURI ] ;
fhir:code [ fhir:v "F" ] ;
fhir:display [ fhir:v "Female" ] ] ] )
] ; #
fhir:birthDate [ fhir:v "1959-10-23"^^xsd:date] ; #
fhir:address ( [
( fhir:line [ fhir:v "6790 Oak St" ] ) ;
fhir:city [ fhir:v "Plano" ] ;
fhir:state [ fhir:v "TX" ] ;
fhir:postalCode [ fhir:v "75248" ] ;
fhir:country [ fhir:v "USA" ]
] ) . #
IG © 2022+ athenahealth. Package athenahealth#23.1.0 based on FHIR 4.0.1. Generated 2024-07-22
Links: Table of Contents |
QA Report