Publication Build: This will be filled in by the publication tooling
Page standards status: Informative |
@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 "Patient2"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2020-10-30T09:48:01.8512764-04:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "Organization/PayerOrganizationExample1"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient|2.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient|2.1.0> ] )
] ; #
fhir:language [ fhir:v "en-US"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Patient2</b></p><a name=\"Patient2\"> </a><a name=\"hcPatient2\"> </a><a name=\"Patient2-en-US\"> </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: 2020-10-30 09:48:01-0400; Language: en-US; </p><p style=\"margin-bottom: 0px\">Information Source: <a href=\"https://simplifier.net/resolve?scope=hl7.fhir.us.core.3.1.1@3.1.1&canonical=http://hl7.org/fhir/us/core/Organization/PayerOrganizationExample1\">Organization/PayerOrganizationExample1</a></p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-C4BB-Patient.html\">C4BB Patientversion: null2.1.0)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Member 01 Test Male, DoB: 1943-01-01 ( An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier.: 88800933501)</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Record is active\">Active:</td><td>true</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-NullFlavor UNK}\">unknown</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 5555555551</li><li>ph: 5555555552</li><li>ph: 5555555553</li><li>ph: 5555555554</li><li>ph: 5555555555(Home)</li><li>ph: 5555555556(Work)</li><li><a href=\"mailto:GXXX@XXXX.com\">GXXX@XXXX.com</a></li><li>fax: 5555555557</li><li>123 Main Street PITTSBURGH PA 15239 </li><li>456 Murray Avenue PITTSBURGH PA 15217 </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 en}\">English</span> (preferred)</td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Patient Links\">Links:</td><td colspan=\"3\"><ul><li>Managing Organization: <a href=\"Organization-Payer2.html\">UPMC Health Plan</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
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:text [ fhir:v "An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier." ] ] ;
fhir:system [ fhir:v "https://www.upmchealthplan.com/fhir/memberidentifier"^^xsd:anyURI ] ;
fhir:value [ fhir:v "88800933501" ] ;
fhir:assigner [
fhir:reference [ fhir:v "Organization/Payer2" ] ;
fhir:display [ fhir:v "UPMC Health Plan" ] ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:family [ fhir:v "Test" ] ;
( fhir:given [ fhir:v "Member 01" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "5555555551" ] ;
fhir:rank [ fhir:v "1"^^xsd:positiveInteger ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "5555555552" ] ;
fhir:rank [ fhir:v "2"^^xsd:positiveInteger ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "5555555553" ] ;
fhir:rank [ fhir:v "3"^^xsd:positiveInteger ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "5555555554" ] ;
fhir:rank [ fhir:v "4"^^xsd:positiveInteger ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "5555555555" ] ;
fhir:use [ fhir:v "home" ] ;
fhir:rank [ fhir:v "5"^^xsd:positiveInteger ]
] [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "5555555556" ] ;
fhir:use [ fhir:v "work" ] ;
fhir:rank [ fhir:v "6"^^xsd:positiveInteger ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "GXXX@XXXX.com" ] ;
fhir:rank [ fhir:v "7"^^xsd:positiveInteger ]
] [
fhir:system [ fhir:v "fax" ] ;
fhir:value [ fhir:v "5555555557" ] ;
fhir:rank [ fhir:v "8"^^xsd:positiveInteger ]
] ) ; #
fhir:gender [ fhir:v "male"] ; #
fhir:birthDate [ fhir:v "1943-01-01"^^xsd:date] ; #
fhir:address ( [
fhir:type [ fhir:v "physical" ] ;
( fhir:line [ fhir:v "123 Main Street" ] ) ;
fhir:city [ fhir:v "PITTSBURGH" ] ;
fhir:state [ fhir:v "PA" ] ;
fhir:postalCode [ fhir:v "15239" ]
] [
fhir:type [ fhir:v "physical" ] ;
( fhir:line [ fhir:v "456 Murray Avenue" ] ) ;
fhir:city [ fhir:v "PITTSBURGH" ] ;
fhir:state [ fhir:v "PA" ] ;
fhir:postalCode [ fhir:v "15217" ]
] ) ; #
fhir:maritalStatus [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-NullFlavor"^^xsd:anyURI ] ;
fhir:code [ fhir:v "UNK" ] ] ) ;
fhir:text [ fhir:v "unknown" ]
] ; #
fhir:communication ( [
fhir:language [
( fhir:coding [
fhir:system [ fhir:v "urn:ietf:bcp:47"^^xsd:anyURI ] ;
fhir:code [ fhir:v "en" ] ] ) ;
fhir:text [ fhir:v "English" ] ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
] ) ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/Payer2" ] ;
fhir:display [ fhir:v "UPMC Health Plan" ]
] . #
IG © 2024+ HL7 International / Financial Management. Package hl7.fhir.us.carin-bb#2.1.0 based on FHIR 4.0.1. Generated 2025-02-18
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change