BSeR: Bidirectional Services_eReferral - Local Development build (v2.0.0-connectathon). See the Directory of published versions
@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:id [ fhir:v "patient-us-core-patient-mom-everymom"] ; #
fhir:meta [
fhir:versionId [ fhir:v "4" ] ;
fhir:lastUpdated [ fhir:v "2023-03-31T04:46:51.931+00:00"^^xsd:dateTime ] ;
fhir:source [ fhir:v "#bxIqz7uRklUcKgOB"^^xsd:anyURI ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <div class=\"hapiHeaderText\">Mom L \n <b>EVERYMOM </b>\n </div>\n <table class=\"hapiPropertyTable\">\n <tbody>\n <tr>\n <td>Identifier</td>\n <td>5552702</td>\n </tr>\n <tr>\n <td>Address</td>\n <td>\n <span>5101 Peachtree St NE </span>\n <br/>\n <span>Atlanta </span>\n <span>GA </span>\n <span>US </span>\n </td>\n </tr>\n <tr>\n <td>Date of birth</td>\n <td>\n <span>24 November 1982</span>\n </td>\n </tr>\n </tbody>\n </table>\n </div>"
] ; #
fhir:extension ( [
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 "2106-3" ] ;
fhir:display [ fhir:v "White" ] ] ] [
fhir:url [ fhir:v "text"^^xsd:anyURI ] ;
fhir:value [ fhir:v "White" ] ] )
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"^^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 [ fhir:v "Not Hispanic or Latino" ] ] )
] [
fhir:url [ fhir:v "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex"^^xsd:anyURI ] ;
fhir:value [ fhir:v "F" ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "usual" ] ;
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:system [ fhir:v "http://hospital.smarthealthit.org"^^xsd:anyURI ] ;
fhir:value [ fhir:v "5552702" ]
] ) ; #
fhir:active [ fhir:v "true"^^xsd:boolean] ; #
fhir:name ( [
fhir:family [ fhir:v "Everymom" ] ;
( fhir:given [ fhir:v "Mom" ] [ fhir:v "L" ] )
] ) ; #
fhir:telecom ( [
fhir:system [ fhir:v "phone" ] ;
fhir:value [ fhir:v "1-(404)555-1313" ] ;
fhir:use [ fhir:v "home" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "mom.everymom@example.com" ]
] ) ; #
fhir:gender [ fhir:v "female"] ; #
fhir:birthDate [ fhir:v "1982-11-24"^^xsd:date] ; #
fhir:address ( [
( fhir:line [ fhir:v "5101 Peachtree St NE" ] ) ;
fhir:city [ fhir:v "Atlanta" ] ;
fhir:state [ fhir:v "GA" ] ;
fhir:postalCode [ fhir:v "30302" ] ;
fhir:country [ fhir:v "US" ]
] ) ; #
fhir:link ( [
fhir:other [
fhir:reference [ fhir:v "RelatedPerson/relatedperson-mom-everymom" ] ] ;
fhir:type [ fhir:v "seealso" ]
] ) . #
IG © 2020+ HL7 Public Health Work Group (http://www.hl7.org/Special/committees/pher/index.cfm). Package hl7.fhir.us.bser#2.0.0-connectathon based on FHIR 4.0.1. Generated 2023-04-13
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change