Publication Build: This will be filled in by the publication tooling
@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:Patient;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "Patient2"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2020-10-30T09:48:01.8512764-04:00"^^xsd:dateTime ];
fhir:Meta.source [ fhir:value "Organization/PayerOrganizationExample1" ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient|2.0.0";
fhir:index 0;
fhir:link <http://hl7.org/fhir/us/carin-bb/StructureDefinition/C4BB-Patient|2.0.0> ]
];
fhir:Resource.language [ fhir:value "en-US"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en-US\" lang=\"en-US\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Member 01 Test </b> 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 Details:</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=\"Languages 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\">Organization/Payer2: UPMC Health Plan</a> "UPMC Health Plan"</li></ul></td></tr></table></div>"
];
fhir:Patient.identifier [
fhir:index 0;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ];
fhir:Coding.code [ fhir:value "MB" ];
fhir:Coding.display [ fhir:value "Member Number" ] ];
fhir:CodeableConcept.text [ fhir:value "An identifier for the insured of an insurance policy (this insured always has a subscriber), usually assigned by the insurance carrier." ] ];
fhir:Identifier.system [ fhir:value "https://www.upmchealthplan.com/fhir/memberidentifier" ];
fhir:Identifier.value [ fhir:value "88800933501" ];
fhir:Identifier.assigner [
fhir:Reference.reference [ fhir:value "Organization/Payer2" ];
fhir:Reference.display [ fhir:value "UPMC Health Plan" ] ]
];
fhir:Patient.active [ fhir:value "true"^^xsd:boolean];
fhir:Patient.name [
fhir:index 0;
fhir:HumanName.family [ fhir:value "Test" ];
fhir:HumanName.given [
fhir:value "Member 01";
fhir:index 0 ]
];
fhir:Patient.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "5555555551" ];
fhir:ContactPoint.rank [ fhir:value "1"^^xsd:positiveInteger ]
], [
fhir:index 1;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "5555555552" ];
fhir:ContactPoint.rank [ fhir:value "2"^^xsd:positiveInteger ]
], [
fhir:index 2;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "5555555553" ];
fhir:ContactPoint.rank [ fhir:value "3"^^xsd:positiveInteger ]
], [
fhir:index 3;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "5555555554" ];
fhir:ContactPoint.rank [ fhir:value "4"^^xsd:positiveInteger ]
], [
fhir:index 4;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "5555555555" ];
fhir:ContactPoint.use [ fhir:value "home" ];
fhir:ContactPoint.rank [ fhir:value "5"^^xsd:positiveInteger ]
], [
fhir:index 5;
fhir:ContactPoint.system [ fhir:value "phone" ];
fhir:ContactPoint.value [ fhir:value "5555555556" ];
fhir:ContactPoint.use [ fhir:value "work" ];
fhir:ContactPoint.rank [ fhir:value "6"^^xsd:positiveInteger ]
], [
fhir:index 6;
fhir:ContactPoint.system [ fhir:value "email" ];
fhir:ContactPoint.value [ fhir:value "GXXX@XXXX.com" ];
fhir:ContactPoint.rank [ fhir:value "7"^^xsd:positiveInteger ]
], [
fhir:index 7;
fhir:ContactPoint.system [ fhir:value "fax" ];
fhir:ContactPoint.value [ fhir:value "5555555557" ];
fhir:ContactPoint.rank [ fhir:value "8"^^xsd:positiveInteger ]
];
fhir:Patient.gender [ fhir:value "male"];
fhir:Patient.birthDate [ fhir:value "1943-01-01"^^xsd:date];
fhir:Patient.address [
fhir:index 0;
fhir:Address.type [ fhir:value "physical" ];
fhir:Address.line [
fhir:value "123 Main Street";
fhir:index 0 ];
fhir:Address.city [ fhir:value "PITTSBURGH" ];
fhir:Address.state [ fhir:value "PA" ];
fhir:Address.postalCode [ fhir:value "15239" ]
], [
fhir:index 1;
fhir:Address.type [ fhir:value "physical" ];
fhir:Address.line [
fhir:value "456 Murray Avenue";
fhir:index 0 ];
fhir:Address.city [ fhir:value "PITTSBURGH" ];
fhir:Address.state [ fhir:value "PA" ];
fhir:Address.postalCode [ fhir:value "15217" ]
];
fhir:Patient.maritalStatus [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-NullFlavor" ];
fhir:Coding.code [ fhir:value "UNK" ] ];
fhir:CodeableConcept.text [ fhir:value "unknown" ]
];
fhir:Patient.communication [
fhir:index 0;
fhir:Patient.communication.language [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:ietf:bcp:47" ];
fhir:Coding.code [ fhir:value "en" ] ];
fhir:CodeableConcept.text [ fhir:value "English" ] ];
fhir:Patient.communication.preferred [ fhir:value "true"^^xsd:boolean ]
];
fhir:Patient.managingOrganization [
fhir:Reference.reference [ fhir:value "Organization/Payer2" ];
fhir:Reference.display [ fhir:value "UPMC Health Plan" ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.
IG © 2022+ HL7 Financial Management Working Group. Package hl7.fhir.us.carin-bb#2.0.0 based on FHIR 4.0.1. Generated 2022-11-28
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change
