Encounter Resource: { "resourceType": "Encounter", "id": "encounter-reportable", "text": { "status": "generated", "div": "
Encounter with patient @example
" }, "status": "in-progress", "class": { "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode", "code": "IMP", "display": "inpatient encounter" }, "subject": { "reference": "Patient/Reportable" }, "location": [ { "location": { "reference": "Location/location-reportable" } } ] } Patient Resource: { "resourceType": "Patient", "id": "Reportable", "text": { "status": "generated", "div": "
\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
id\n
patient-ecr-eve-everywoman
\n
meta\n \n \n \n \n \n \n \n \n \n \n \n \n \n
versionId\n
13
\n
lastUpdated\n
2019-10-11T03:45:24.000-04:00
\n
profile\n
http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-patient
\n
\n
us-core-race\n
    \n
  • \n
    White
    \n
  • \n
  • \n
    urn:oid:2.16.840.1.113883.6.238
    \n
  • \n
  • \n
    2106-3
    \n
  • \n
  • \n
    White
    \n
  • \n
\n
us-core-ethnicity\n
    \n
  • \n
    Not Hispanic or Latino
    \n
  • \n
  • \n
    urn:oid:2.16.840.1.113883.6.238
    \n
  • \n
  • \n
    2186-5
    \n
  • \n
  • \n
    Not Hispanic or Latino
    \n
  • \n
\n
us-core-birthsex\n
    \n
  • \n
    F
    \n
  • \n
\n
patient-genderIdentity\n \n
identifier\n \n
active\n
true
\n
name\n \n \n \n \n \n \n \n \n \n \n \n \n \n
family\n
Everywoman
\n
given\n
Eve
\n
given\n
L
\n
\n
telecom\n \n \n \n \n \n \n \n \n \n \n \n \n \n
system\n
phone
\n
value\n
1-(404)555-1212
\n
use\n
home
\n
\n
telecom\n \n \n \n \n \n \n \n \n \n
system\n
email
\n
value\n
eve.everywoman@example.com
\n
\n
gender\n
female
\n
birthDate\n
1974-11-24
\n
address\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
line\n
5101 Peachtree St NE
\n
city\n
Atlanta
\n
state\n
GA
\n
postalCode\n
30302
\n
country\n
US
\n
\n
\n
" }, "extension": [ { "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race", "extension": [ { "url": "ombCategory", "valueCoding": { "system": "urn:oid:2.16.840.1.113883.6.238", "code": "2106-3", "display": "White" } }, { "url": "text", "valueString": "White" } ] }, { "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity", "extension": [ { "url": "ombCategory", "valueCoding": { "system": "urn:oid:2.16.840.1.113883.6.238", "code": "2186-5", "display": "Not Hispanic or Latino" } }, { "url": "text", "valueString": "Not Hispanic or Latino" } ] }, { "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex", "valueCode": "F" }, { "url": "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity", "valueCodeableConcept": { "coding": [ { "system": "http://hl7.org/fhir/gender-identity", "code": "female", "display": "female" } ] } } ], "identifier": [ { "use": "usual", "type": { "coding": [ { "system": "http://terminology.hl7.org/CodeSystem/v2-0203", "code": "MR", "display": "Medical Record Number" } ] }, "system": "http://hospital.smarthealthit.org", "value": "1032702" } ], "active": true, "name": [ { "family": "Everywoman", "given": [ "Eve", "L" ] } ], "telecom": [ { "system": "phone", "value": "1-(404)555-1212", "use": "home" }, { "system": "email", "value": "eve.everywoman@example.com" } ], "gender": "female", "birthDate": "1974-11-24", "address": [ { "line": [ "5101 Peachtree St NE" ], "city": "Elko", "state": "NV", "postalCode": "89801", "country": "US" } ] }