This page is part of the Making EHR Data MOre available for Research and Public Health (MedMorph) Healthcare Surveys Reporting Content IG (v2.0.0-ballot: STU 2 Ballot) based on FHIR (HL7® FHIR® Standard) R4. This version is a pre-release. The current official version is 1.0.0. For a full list of available versions, see the Directory of published versions
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 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 "patient-ledner"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient|6.1.0> ] )
] ; #
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 patient-ledner</b></p><a name=\"patient-ledner\"> </a><a name=\"hcpatient-ledner\"> </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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"http://hl7.org/fhir/us/core/STU6.1/StructureDefinition-us-core-patient.html\">US Core Patient Profileversion: null6.1.0)</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Dominique369 Ledner144 Female, DoB: 1965-06-22 ( MRN: Alaska Driver's License#abc123 (use: usual, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://snomed.info/sct 36629006}, {http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Legally married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Other Ids (see the one above)\">Other Ids:</td><td colspan=\"3\"><ul><li><a href=\"http://terminology.hl7.org/6.5.0/NamingSystem-CaliforniaDLN.html\" title=\"California Motor Vehicle Bureau\">California Driver's License</a>/patient-OakleyAnnie</li><li>SHID/12446 (use: usual, )</li><li>FHIR/66574567 (use: usual, )</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 1-(303)555-1212(Home)</li><li><a href=\"mailto:annie.oakley@example.com\">annie.oakley@example.com</a></li><li>25 Church St Bixby OK 74008 USA (home)</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>General Practitioner: <a href=\"Practitioner-practitioner-1.html\">Practitioner Joseph P Nichols (official)</a></li><li>Managing Organization: <a href=\"Organization-organization-healthcare.html\">Healthcare Example</a></li></ul></td></tr></table></div>"^^rdf:XMLLiteral
] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.3.6"^^xsd:anyURI ] ;
fhir:value [ fhir:v "patient-OakleyAnnie" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "SHID" ] ] ;
fhir:system [ fhir:v "http://example.org/hospital.smarthealth"^^xsd:anyURI ] ;
fhir:value [ fhir:v "12446" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "FHIR" ] ] ;
fhir:system [ fhir:v "http://example.com/FHIR/StructureDefinition/patient-fhir-id"^^xsd:anyURI ] ;
fhir:value [ fhir:v "66574567" ]
] [
fhir:use [ fhir:v "usual" ] ;
fhir:type [
fhir:text [ fhir:v "MRN" ] ] ;
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.4.3.2"^^xsd:anyURI ] ;
fhir:value [ fhir:v "abc123" ]
] ) ; #
fhir:name ( [
fhir:family [ fhir:v "Ledner144" ] ;
( fhir:given [ fhir:v "Dominique369" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1-(303)555-1212" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "annie.oakley@example.com" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1965-06-22"^^xsd:date] ; #
fhir:deceased [
a fhir:boolean ;
fhir:v false
] ; #
fhir:address ( [
fhir:use [ fhir:v "home" ] ;
( fhir:line [ fhir:v "25 Church St" ] ) ;
fhir:city [ fhir:v "Bixby" ] ;
fhir:state [ fhir:v "OK" ] ;
fhir:postalCode [ fhir:v "74008" ] ;
fhir:country [ fhir:v "USA" ]
] ) ; #
fhir:maritalStatus [
( fhir:coding [
a sct:36629006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "36629006" ] ;
fhir:display [ fhir:v "Legally married" ] ] [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"^^xsd:anyURI ] ;
fhir:code [ fhir:v "M" ] ] )
] ; #
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:preferred [ fhir:v true ]
] ) ; #
fhir:generalPractitioner ( [
fhir:reference [ fhir:v "Practitioner/practitioner-1" ]
] ) ; #
fhir:managingOrganization [
fhir:reference [ fhir:v "Organization/organization-healthcare" ] ;
fhir:display [ fhir:v "Healthcare Example" ]
] . #
IG © 2025+ HL7 International / Public Health. Package hl7.fhir.us.health-care-surveys-reporting#2.0.0-ballot based on FHIR 4.0.1. Generated 2025-07-31
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change