Root Schema : PatientCreateBody
Type: object
Show Source
-
address:
array address
Addresses for the individual.
At least one of the following should be provided:
-
line
-
city
-
district
-
state
-
postalCode
-
country
Each address must not contain the text
field.
-
birthDate:
string
The date of birth for the individual.
Example: 1990-09-15
-
communication:
array communication
Maximum Number of Items: 1
Language which may be used to communicate with the patient about their health.
-
extension:
array extension
The Patient resource supports multiple extensions. See the StructureDefinition of each extension for further formatting details.
US Core Birth Sex
The sex of the patient at birth.
Example:
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "F"
}
US Core Ethnicity
The ethnicity of the patient.
Example:
{
"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": "Non Hispanic or Latino"
}
}
]
}
US Core Race
The race of the patient.
Example:
{
"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": "2028-9",
"display": "Asian"
}
},
{
"url": "detailed",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2039-6",
"display": "Japanese"
}
}
]
}
US Core Gender Identity
The US Core Gender Identity extension represents an individual's sense of being a man, woman, boy, girl, nonbinary, or something else, ascertained by asking them what that identity is.
Example:
{
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "446141000124107"
}
]
},
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-genderIdentity"
}
US Core Sex
The US Core Sex extension is used to reflect the documentation of a person's sex.
Example:
{
"valueCode": "248153007",
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-sex"
}
US Core Tribal Affiliation
The US Core Tribal Affiliation extension represents a tribe or band with which a person associates and, optionally, whether they are enrolled.
Example:
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation",
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS",
"code": "472",
"display": "Native Village of Napaskiak"
}
],
"text": "Native Village of Napaskiak"
},
"url": "tribalAffiliation"
},
{
"valueBoolean": true,
"url": "isEnrolled"
}
]
}
Communication Preference
The communication preference for the patient.
Example:
{
"extension": [
{
"url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/communication-preference",
"extension": [
{
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4640016",
"code": "485602703",
"display": "Appointment Reminder",
"userSelected": false
}
],
"text": "Appointment Reminder"
},
"url": "communication-type"
},
{
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/23042",
"code": "4054467",
"display": "Phone",
"userSelected": false
}
]
},
"url": "contact-method"
},
{
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/43",
"code": "163",
"display": "Business",
"userSelected": false
}
],
"text": "Home"
},
"url": "contact-type"
}
],
"url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/communication-preference",
"verified": "2019-12-26T15:41:52.000Z"
}
]
}
-
gender:
string
Allowed Values: [
"male",
"female",
"other",
"unknown"
]
The gender that the patient is considered to have for administration and record keeping purposes.
-
generalPractitioner:
array generalPractitioner
Patient's nominated care provider.
-
identifier(required):
array identifier
Minimum Number of Items: 1
The identifiers for the patient.
At least one identifier must be provided. The provided identifier must be a reference to the Organization in which the patient is being enrolled.
Subsequent identifiers may be provided, but have the following constraints:
- Must not contain the
assigner
and use
fields.
- Must contain the
type
, system
, and value
fields.
Example:
{
"identifier": [
{
"assigner": {
"reference": "Organization/619848"
}
},
{
"type": {
"coding": [
{
"code": "MR",
"system": "http://hl7.org/fhir/v2/0203"
}
]
},
"system": "urn:oid:1.1.1.1.1.1",
"value": "<unique identifier>",
"period": {
"start": "2016-01-02T00:00:00-05:00",
"end": "2020-01-02T00:00:00-05:00"
}
}
]
}
-
maritalStatus:
object maritalStatus
The patient's most recent marital (civil) status.
-
name(required):
array name
Minimum Number of Items: 1
The name associated with the practitioner.
At least one name must be provided.
- It must have a
use
of official.
- If a
period
is provided, it must not have an end
date.
- It must include both a
given
and a family
name.
All provided names:
- Must not contain the
text
field.
- Must contain either a
given
or family
name.
-
resourceType(required):
string
Allowed Values: [
"Patient"
]
The type of the FHIR resource.
-
telecom:
array telecom
A contact detail (such as a telephone number or an email address) by which the individual may be contacted.
If an extension is provided:
- The
extension.valueString
field has a character limit of 100.
- The
system
field must be phone
.
- The
extension.url
field must be http://hl7.org/fhir/StructureDefinition/contactpoint-extension
.
{
"type":"object",
"required":[
"resourceType",
"identifier",
"name"
],
"properties":{
"resourceType":{
"description":"<p>The type of the FHIR resource.</p>\n",
"type":"string",
"enum":[
"Patient"
]
},
"identifier":{
"description":"<p>The identifiers for the patient.</p>\n<p>At least one identifier must be provided. The provided identifier must be a reference to the Organization in which the patient is being enrolled.</p>\n<p>Subsequent identifiers may be provided, but have the following constraints:\n <ul>\n <li>Must not contain the <code>assigner</code> and <code>use</code> fields. </li>\n <li>Must contain the <code>type</code>, <code>system</code>, and <code>value</code> fields. </li>\n </ul>\n</p>\n<p><b>Example:</b>\n <pre><code>{\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/619848\"\n }\n },\n {\n \"type\": {\n \"coding\": [\n {\n \"code\": \"MR\",\n \"system\": \"http://hl7.org/fhir/v2/0203\"\n }\n ]\n },\n \"system\": \"urn:oid:1.1.1.1.1.1\",\n \"value\": \"<unique identifier>\",\n \"period\": {\n \"start\": \"2016-01-02T00:00:00-05:00\",\n \"end\": \"2020-01-02T00:00:00-05:00\"\n }\n }\n ]\n}\n </code></pre>\n</p>\n",
"type":"array",
"minItems":1,
"items":{
"type":"object",
"properties":{
"assigner":{
"type":"string",
"description":"<p>May only be provided on the first identifier object. Contains a reference to the organization in which the patient is being enrolled.</p>\n",
"example":"Organization/619848"
},
"type":{
"type":"object",
"properties":{
"coding":{
"type":"array",
"minItems":1,
"maxItems":1,
"items":{
"type":"object",
"properties":{
"code":{
"type":"string",
"example":"MR"
},
"system":{
"type":"string",
"example":"http://hl7.org/fhir/v2/0203"
}
}
}
}
}
},
"system":{
"type":"string",
"example":"urn:oid:1.1.1.1.1.1"
},
"value":{
"type":"string",
"description":"<p>Must be a unique value.</p>",
"example":"CW1234563"
},
"period":{
"type":"object",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>",
"example":"2019-12-01T00:00:00.000Z"
},
"end":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>",
"example":"2029-12-01T23:59:59.000Z"
}
}
}
}
}
},
"name":{
"description":"<p>The name associated with the practitioner.</p>\n<p>At least one name must be provided.\n <ul>\n <li>It must have a <code>use</code> of official. </li>\n <li>If a <code>period</code> is provided, it must not have an <code>end</code> date. </li>\n <li>It must include both a <code>given</code> and a <code>family</code> name. </li>\n </ul>\n</p>\n<p>All provided names:\n <ul>\n <li>Must not contain the <code>text</code> field. </li>\n <li>Must contain either a <code>given</code> or <code>family</code> name. </li>\n </ul>\n</p>\n",
"type":"array",
"minItems":1,
"items":{
"type":"object",
"required":[
"use",
"family"
],
"properties":{
"family":{
"type":"string",
"maxLength":100,
"example":"Williams"
},
"given":{
"type":"array",
"minItems":1,
"items":{
"type":"string",
"maxLength":100,
"example":"James McAfee"
}
},
"prefix":{
"type":"array",
"maxItems":1,
"items":{
"type":"string",
"maxLength":100,
"example":"Dr."
}
},
"suffix":{
"maxItems":1,
"type":"array",
"items":{
"type":"string",
"maxLength":100,
"example":"M.D."
}
},
"period":{
"type":"object",
"description":"<p>Must not include an <code>end</code> date.</p>",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>",
"example":"2020-12-01T00:00:00.000Z"
}
}
},
"use":{
"type":"string",
"enum":[
"usual",
"official",
"temp",
"nickname",
"anonymous",
"old",
"maiden"
]
}
}
}
},
"telecom":{
"description":"<p>A contact detail (such as a telephone number or an email address) by which the individual may be contacted.</p>\n<p>If an extension is provided:\n <ul>\n <li>The <code>extension.valueString</code> field has a character limit of 100. </li>\n <li>The <code>system</code> field must be <code>phone</code>. </li>\n <li>The <code>extension.url</code> field must be <code>http://hl7.org/fhir/StructureDefinition/contactpoint-extension</code>. </li>\n </ul>\n</p>\n",
"type":"array",
"items":{
"type":"object",
"required":[
"system",
"use",
"value"
],
"properties":{
"system":{
"type":"string",
"enum":[
"phone",
"fax",
"email",
"pager",
"url",
"sms",
"other"
]
},
"value":{
"type":"string",
"maxLength":100
},
"use":{
"type":"string",
"enum":[
"home",
"work",
"temp",
"old",
"mobile"
]
},
"rank":{
"type":"integer"
},
"period":{
"type":"object",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2012-05-17T15:33:18.000Z"
},
"end":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2028-05-17T15:33:18.000Z"
}
}
}
}
}
},
"gender":{
"description":"<p>The gender that the patient is considered to have for administration and record keeping purposes.</p>\n",
"type":"string",
"enum":[
"male",
"female",
"other",
"unknown"
]
},
"birthDate":{
"description":"<p>The date of birth for the individual.</p>\n",
"type":"string",
"example":"1990-09-15"
},
"address":{
"description":"<p>Addresses for the individual.</p>\n<p>At least one of the following should be provided:\n <ul>\n <li>\n <code>line</code>\n </li>\n <li>\n <code>city</code>\n </li>\n <li>\n <code>district</code>\n </li>\n <li>\n <code>state</code>\n </li>\n <li>\n <code>postalCode</code>\n </li>\n <li>\n <code>country</code>\n </li>\n </ul>\n</p>\n<p>Each address must not contain the <code>text</code> field.</p>\n",
"type":"array",
"items":{
"type":"object",
"required":[
"use"
],
"properties":{
"use":{
"type":"string",
"enum":[
"home",
"work",
"temp",
"old",
"billing"
]
},
"type":{
"type":"string",
"enum":[
"postal",
"physical",
"both"
]
},
"line":{
"type":"array",
"items":{
"type":"string",
"maxLength":100,
"example":"1212 Faircastle Drive"
},
"example":[
"1212 Faircastle Drive",
"Apartment 406"
]
},
"city":{
"type":"string",
"maxLength":100,
"example":"KC"
},
"district":{
"type":"string",
"maxLength":100,
"example":"Jackson"
},
"state":{
"type":"string",
"maxLength":100,
"example":"KS"
},
"postalCode":{
"type":"string",
"maxLength":25,
"example":"64199"
},
"country":{
"type":"string",
"maxLength":100,
"example":"United States of America"
},
"period":{
"type":"object",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2012-05-17T15:33:18.000Z"
},
"end":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2032-05-17T15:33:18.000Z"
}
}
}
}
}
},
"maritalStatus":{
"description":"<p>The patient's most recent marital (civil) status.</p>\n",
"type":"object",
"properties":{
"text":{
"type":"string",
"example":"Never Married"
},
"coding":{
"type":"array",
"items":{
"type":"object",
"properties":{
"system":{
"type":"string",
"example":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"
},
"code":{
"type":"string",
"example":"S"
},
"display":{
"type":"string",
"example":"Never Married"
}
}
}
}
}
},
"communication":{
"description":"<p>Language which may be used to communicate with the patient about their health.</p>\n",
"type":"array",
"maxItems":1,
"items":{
"type":"object",
"properties":{
"language":{
"type":"object",
"properties":{
"coding":{
"type":"array",
"items":{
"type":"object",
"properties":{
"system":{
"type":"string",
"example":"urn:ietf:bcp:47"
},
"code":{
"type":"string",
"example":"en"
},
"display":{
"type":"string",
"example":"English"
}
}
}
},
"text":{
"type":"string",
"example":"English"
}
}
},
"preferred":{
"type":"boolean"
}
}
}
},
"generalPractitioner":{
"description":"<p>Patient's nominated care provider.</p>\n",
"type":"array",
"items":{
"type":"object",
"description":"<p>Must only include references to Practitioners.</p>",
"properties":{
"reference":{
"type":"string",
"example":"Practitioner/995932"
}
}
}
},
"extension":{
"description":"<p>The Patient resource supports multiple extensions. See the StructureDefinition of each extension for further formatting details.</p>\n<b>US Core Birth Sex</b>\n<p>The sex of the patient at birth.</p>\n<p><b>Example:</b>\n <pre><code>{\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex\",\n \"valueCode\": \"F\"\n}\n </code></pre>\n</p>\n<b>US Core Ethnicity</b>\n<p>The ethnicity of the patient.</p>\n<p><b>Example:</b>\n <pre><code>\n{\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity\",\n \"extension\": [\n {\n \"url\": \"ombCategory\",\n \"valueCoding\": {\n \"system\": \"urn:oid:2.16.840.1.113883.6.238\",\n \"code\": \"2186-5\",\n \"display\": \"Non Hispanic or Latino\"\n }\n }\n ]\n}\n </code></pre>\n</p>\n<b>US Core Race</b>\n<p>The race of the patient.</p>\n<p><b>Example:</b>\n <pre><code>{\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race\",\n \"extension\": [\n {\n \"url\": \"ombCategory\",\n \"valueCoding\": {\n \"system\": \"urn:oid:2.16.840.1.113883.6.238\",\n \"code\": \"2028-9\",\n \"display\": \"Asian\"\n }\n },\n {\n \"url\": \"detailed\",\n \"valueCoding\": {\n \"system\": \"urn:oid:2.16.840.1.113883.6.238\",\n \"code\": \"2039-6\",\n \"display\": \"Japanese\"\n }\n }\n ]\n}\n </code></pre>\n</p>\n<b>US Core Gender Identity</b>\n<p>The US Core Gender Identity extension represents an individual's sense of being a man, woman, boy, girl, nonbinary, or something else, ascertained by asking them what that identity is.</p>\n<p><b>Example:</b>\n <pre><code>{\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"446141000124107\"\n }\n ]\n },\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-genderIdentity\"\n}\n </code></pre>\n</p>\n<b>US Core Sex</b>\n<p>The US Core Sex extension is used to reflect the documentation of a person's sex.</p>\n<p><b>Example:</b>\n <pre><code>{\n \"valueCode\": \"248153007\",\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-sex\"\n}\n </code></pre>\n</p>\n<b>US Core Tribal Affiliation</b>\n<p>The US Core Tribal Affiliation extension represents a tribe or band with which a person associates and, optionally, whether they are enrolled.</p>\n<p><b>Example:</b>\n <pre><code>{\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation\",\n \"extension\": [\n {\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS\",\n \"code\": \"472\",\n \"display\": \"Native Village of Napaskiak\"\n }\n ],\n \"text\": \"Native Village of Napaskiak\"\n },\n \"url\": \"tribalAffiliation\"\n },\n {\n \"valueBoolean\": true,\n \"url\": \"isEnrolled\"\n }\n ]\n}\n </code></pre>\n</p>\n<b>Communication Preference</b>\n<p>The communication preference for the patient.</p>\n<p><b>Example:</b>\n <pre><code>{\n \"extension\": [\n {\n \"url\": \"https://fhir-ehr.cerner.com/r4/StructureDefinition/communication-preference\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4640016\",\n \"code\": \"485602703\",\n \"display\": \"Appointment Reminder\",\n \"userSelected\": false\n }\n ],\n \"text\": \"Appointment Reminder\"\n },\n \"url\": \"communication-type\"\n },\n {\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/23042\",\n \"code\": \"4054467\",\n \"display\": \"Phone\",\n \"userSelected\": false\n }\n ]\n },\n \"url\": \"contact-method\"\n },\n {\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/43\",\n \"code\": \"163\",\n \"display\": \"Business\",\n \"userSelected\": false\n }\n ],\n \"text\": \"Home\"\n },\n \"url\": \"contact-type\"\n }\n ],\n \"url\": \"https://fhir-ehr.cerner.com/r4/StructureDefinition/communication-preference\",\n \"verified\": \"2019-12-26T15:41:52.000Z\"\n }\n ]\n}\n </code></pre>\n</p>\n",
"type":"array",
"items":{
"type":"object",
"required":[
"url"
],
"properties":{
"url":{
"type":"string"
},
"valueCode":{
"type":"string"
}
}
}
}
},
"example":"{\n \"resourceType\": \"Patient\",\n \"extension\": [\n {\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex\",\n \"valueCode\": \"M\"\n },\n {\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race\",\n \"extension\": [\n {\n \"url\": \"ombCategory\",\n \"valueCoding\": {\n \"system\": \"urn:oid:2.16.840.1.113883.6.238\",\n \"code\": \"2028-9\",\n \"display\": \"Asian\"\n }\n },\n {\n \"url\": \"detailed\",\n \"valueCoding\": {\n \"system\": \"urn:oid:2.16.840.1.113883.6.238\",\n \"code\": \"2039-6\",\n \"display\": \"Japanese\"\n }\n }\n ]\n },\n {\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity\",\n \"extension\": [\n {\n \"url\": \"ombCategory\",\n \"valueCoding\": {\n \"system\": \"urn:oid:2.16.840.1.113883.6.238\",\n \"code\": \"2186-5\",\n \"display\": \"Non Hispanic or Latino\"\n }\n }\n ]\n },\n {\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-genderIdentity\",\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"446141000124107\"\n }\n ]\n }\n },\n {\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-sex\",\n \"valueCode\": \"248153007\"\n },\n {\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation\",\n \"extension\": [\n {\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS\",\n \"code\": \"472\",\n \"display\": \"Native Village of Napaskiak\",\n \"userSelected\": true\n }\n ],\n \"text\": \"Native Village of Napaskiak\"\n },\n \"url\": \"tribalAffiliation\"\n },\n {\n \"valueBoolean\": true,\n \"url\": \"isEnrolled\"\n }\n ]\n },\n {\n \"url\": \"https://fhir-ehr.cerner.com/r4/StructureDefinition/communication-preference\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4640016\",\n \"code\": \"485602703\",\n \"display\": \"Appointment Reminder\",\n \"userSelected\": false\n }\n ],\n \"text\": \"Appointment Reminder\"\n },\n \"url\": \"communication-type\"\n },\n {\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/23042\",\n \"code\": \"4054467\",\n \"display\": \"Phone\",\n \"userSelected\": false\n }\n ]\n },\n \"url\": \"contact-method\"\n },\n {\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/43\",\n \"code\": \"163\",\n \"display\": \"Business\",\n \"userSelected\": false\n }\n ],\n \"text\": \"Home\"\n },\n \"url\": \"contact-type\"\n }\n ],\n \"verified\": \"2019-12-26T15:41:52.000Z\"\n }\n ]\n }\n ],\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/675844\"\n }\n }\n ],\n \"name\": [\n {\n \"use\": \"official\",\n \"family\": \"Wolf\",\n \"given\": [\n \"Person\",\n \"Name\"\n ],\n \"period\": {\n \"start\": \"2010-05-17T14:54:31.000Z\"\n }\n },\n {\n \"use\": \"usual\",\n \"given\": [\n \"Bigby\"\n ],\n \"period\": {\n \"start\": \"2012-05-22T15:45:50.000Z\"\n }\n }\n ],\n \"telecom\": [\n {\n \"system\": \"phone\",\n \"value\": \"8168229121\",\n \"use\": \"home\",\n \"id\": \"CI-PH-29811920-0\",\n \"extension\": [\n {\n \"valueString\": \"12345\",\n \"url\": \"http://hl7.org/fhir/StructureDefinition/contactpoint-extension\"\n }\n ],\n \"period\": {\n \"start\": \"2012-05-17T15:33:18.000Z\"\n }\n }\n ],\n \"gender\": \"male\",\n \"birthDate\": \"1990-09-15\",\n \"address\": [\n {\n \"use\": \"home\",\n \"line\": [\n \"121212 Metcalf Drive\",\n \"Apartment 403\"\n ],\n \"city\": \"Kansas City\",\n \"district\": \"Jackson\",\n \"state\": \"KS\",\n \"postalCode\": \"64199\",\n \"country\": \"United States of America\",\n \"period\": {\n \"start\": \"2012-05-17T15:33:18.000Z\"\n }\n }\n ],\n \"maritalStatus\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-NullFlavor\",\n \"code\": \"UNK\",\n \"display\": \"Unknown\"\n }\n ],\n \"text\": \"Unknown\"\n },\n \"communication\": [\n {\n \"language\": {\n \"coding\": [\n {\n \"system\": \"urn:ietf:bcp:47\",\n \"code\": \"en\",\n \"display\": \"English\"\n }\n ],\n \"text\": \"English\"\n },\n \"preferred\": true\n }\n ],\n \"generalPractitioner\": [\n {\n \"reference\": \"Practitioner/4122622\"\n }\n ]\n}\n"
}
Example:
{
"resourceType": "Patient",
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "M"
},
{
"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": "2028-9",
"display": "Asian"
}
},
{
"url": "detailed",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2039-6",
"display": "Japanese"
}
}
]
},
{
"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": "Non Hispanic or Latino"
}
}
]
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-genderIdentity",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "446141000124107"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-sex",
"valueCode": "248153007"
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation",
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS",
"code": "472",
"display": "Native Village of Napaskiak",
"userSelected": true
}
],
"text": "Native Village of Napaskiak"
},
"url": "tribalAffiliation"
},
{
"valueBoolean": true,
"url": "isEnrolled"
}
]
},
{
"url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/communication-preference",
"extension": [
{
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4640016",
"code": "485602703",
"display": "Appointment Reminder",
"userSelected": false
}
],
"text": "Appointment Reminder"
},
"url": "communication-type"
},
{
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/23042",
"code": "4054467",
"display": "Phone",
"userSelected": false
}
]
},
"url": "contact-method"
},
{
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/43",
"code": "163",
"display": "Business",
"userSelected": false
}
],
"text": "Home"
},
"url": "contact-type"
}
],
"verified": "2019-12-26T15:41:52.000Z"
}
]
}
],
"identifier": [
{
"assigner": {
"reference": "Organization/675844"
}
}
],
"name": [
{
"use": "official",
"family": "Wolf",
"given": [
"Person",
"Name"
],
"period": {
"start": "2010-05-17T14:54:31.000Z"
}
},
{
"use": "usual",
"given": [
"Bigby"
],
"period": {
"start": "2012-05-22T15:45:50.000Z"
}
}
],
"telecom": [
{
"system": "phone",
"value": "8168229121",
"use": "home",
"id": "CI-PH-29811920-0",
"extension": [
{
"valueString": "12345",
"url": "http://hl7.org/fhir/StructureDefinition/contactpoint-extension"
}
],
"period": {
"start": "2012-05-17T15:33:18.000Z"
}
}
],
"gender": "male",
"birthDate": "1990-09-15",
"address": [
{
"use": "home",
"line": [
"121212 Metcalf Drive",
"Apartment 403"
],
"city": "Kansas City",
"district": "Jackson",
"state": "KS",
"postalCode": "64199",
"country": "United States of America",
"period": {
"start": "2012-05-17T15:33:18.000Z"
}
}
],
"maritalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
"code": "UNK",
"display": "Unknown"
}
],
"text": "Unknown"
},
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
],
"text": "English"
},
"preferred": true
}
],
"generalPractitioner": [
{
"reference": "Practitioner/4122622"
}
]
}
Nested Schema : address
Type: array
Addresses for the individual.
At least one of the following should be provided:
-
line
-
city
-
district
-
state
-
postalCode
-
country
Each address must not contain the text
field.
Show Source
{
"description":"<p>Addresses for the individual.</p>\n<p>At least one of the following should be provided:\n <ul>\n <li>\n <code>line</code>\n </li>\n <li>\n <code>city</code>\n </li>\n <li>\n <code>district</code>\n </li>\n <li>\n <code>state</code>\n </li>\n <li>\n <code>postalCode</code>\n </li>\n <li>\n <code>country</code>\n </li>\n </ul>\n</p>\n<p>Each address must not contain the <code>text</code> field.</p>\n",
"type":"array",
"items":{
"type":"object",
"required":[
"use"
],
"properties":{
"use":{
"type":"string",
"enum":[
"home",
"work",
"temp",
"old",
"billing"
]
},
"type":{
"type":"string",
"enum":[
"postal",
"physical",
"both"
]
},
"line":{
"type":"array",
"items":{
"type":"string",
"maxLength":100,
"example":"1212 Faircastle Drive"
},
"example":[
"1212 Faircastle Drive",
"Apartment 406"
]
},
"city":{
"type":"string",
"maxLength":100,
"example":"KC"
},
"district":{
"type":"string",
"maxLength":100,
"example":"Jackson"
},
"state":{
"type":"string",
"maxLength":100,
"example":"KS"
},
"postalCode":{
"type":"string",
"maxLength":25,
"example":"64199"
},
"country":{
"type":"string",
"maxLength":100,
"example":"United States of America"
},
"period":{
"type":"object",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2012-05-17T15:33:18.000Z"
},
"end":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2032-05-17T15:33:18.000Z"
}
}
}
}
}
}
Nested Schema : communication
Type: array
Maximum Number of Items: 1
Language which may be used to communicate with the patient about their health.
Show Source
{
"description":"<p>Language which may be used to communicate with the patient about their health.</p>\n",
"type":"array",
"maxItems":1,
"items":{
"type":"object",
"properties":{
"language":{
"type":"object",
"properties":{
"coding":{
"type":"array",
"items":{
"type":"object",
"properties":{
"system":{
"type":"string",
"example":"urn:ietf:bcp:47"
},
"code":{
"type":"string",
"example":"en"
},
"display":{
"type":"string",
"example":"English"
}
}
}
},
"text":{
"type":"string",
"example":"English"
}
}
},
"preferred":{
"type":"boolean"
}
}
}
}
Nested Schema : extension
Type: array
The Patient resource supports multiple extensions. See the StructureDefinition of each extension for further formatting details.
US Core Birth Sex
The sex of the patient at birth.
Example:
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "F"
}
US Core Ethnicity
The ethnicity of the patient.
Example:
{
"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": "Non Hispanic or Latino"
}
}
]
}
US Core Race
The race of the patient.
Example:
{
"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": "2028-9",
"display": "Asian"
}
},
{
"url": "detailed",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2039-6",
"display": "Japanese"
}
}
]
}
US Core Gender Identity
The US Core Gender Identity extension represents an individual's sense of being a man, woman, boy, girl, nonbinary, or something else, ascertained by asking them what that identity is.
Example:
{
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "446141000124107"
}
]
},
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-genderIdentity"
}
US Core Sex
The US Core Sex extension is used to reflect the documentation of a person's sex.
Example:
{
"valueCode": "248153007",
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-sex"
}
US Core Tribal Affiliation
The US Core Tribal Affiliation extension represents a tribe or band with which a person associates and, optionally, whether they are enrolled.
Example:
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation",
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS",
"code": "472",
"display": "Native Village of Napaskiak"
}
],
"text": "Native Village of Napaskiak"
},
"url": "tribalAffiliation"
},
{
"valueBoolean": true,
"url": "isEnrolled"
}
]
}
Communication Preference
The communication preference for the patient.
Example:
{
"extension": [
{
"url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/communication-preference",
"extension": [
{
"extension": [
{
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4640016",
"code": "485602703",
"display": "Appointment Reminder",
"userSelected": false
}
],
"text": "Appointment Reminder"
},
"url": "communication-type"
},
{
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/23042",
"code": "4054467",
"display": "Phone",
"userSelected": false
}
]
},
"url": "contact-method"
},
{
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/43",
"code": "163",
"display": "Business",
"userSelected": false
}
],
"text": "Home"
},
"url": "contact-type"
}
],
"url": "https://fhir-ehr.cerner.com/r4/StructureDefinition/communication-preference",
"verified": "2019-12-26T15:41:52.000Z"
}
]
}
Show Source
{
"description":"<p>The Patient resource supports multiple extensions. See the StructureDefinition of each extension for further formatting details.</p>\n<b>US Core Birth Sex</b>\n<p>The sex of the patient at birth.</p>\n<p><b>Example:</b>\n <pre><code>{\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex\",\n \"valueCode\": \"F\"\n}\n </code></pre>\n</p>\n<b>US Core Ethnicity</b>\n<p>The ethnicity of the patient.</p>\n<p><b>Example:</b>\n <pre><code>\n{\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity\",\n \"extension\": [\n {\n \"url\": \"ombCategory\",\n \"valueCoding\": {\n \"system\": \"urn:oid:2.16.840.1.113883.6.238\",\n \"code\": \"2186-5\",\n \"display\": \"Non Hispanic or Latino\"\n }\n }\n ]\n}\n </code></pre>\n</p>\n<b>US Core Race</b>\n<p>The race of the patient.</p>\n<p><b>Example:</b>\n <pre><code>{\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-race\",\n \"extension\": [\n {\n \"url\": \"ombCategory\",\n \"valueCoding\": {\n \"system\": \"urn:oid:2.16.840.1.113883.6.238\",\n \"code\": \"2028-9\",\n \"display\": \"Asian\"\n }\n },\n {\n \"url\": \"detailed\",\n \"valueCoding\": {\n \"system\": \"urn:oid:2.16.840.1.113883.6.238\",\n \"code\": \"2039-6\",\n \"display\": \"Japanese\"\n }\n }\n ]\n}\n </code></pre>\n</p>\n<b>US Core Gender Identity</b>\n<p>The US Core Gender Identity extension represents an individual's sense of being a man, woman, boy, girl, nonbinary, or something else, ascertained by asking them what that identity is.</p>\n<p><b>Example:</b>\n <pre><code>{\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://snomed.info/sct\",\n \"code\": \"446141000124107\"\n }\n ]\n },\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-genderIdentity\"\n}\n </code></pre>\n</p>\n<b>US Core Sex</b>\n<p>The US Core Sex extension is used to reflect the documentation of a person's sex.</p>\n<p><b>Example:</b>\n <pre><code>{\n \"valueCode\": \"248153007\",\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-sex\"\n}\n </code></pre>\n</p>\n<b>US Core Tribal Affiliation</b>\n<p>The US Core Tribal Affiliation extension represents a tribe or band with which a person associates and, optionally, whether they are enrolled.</p>\n<p><b>Example:</b>\n <pre><code>{\n \"url\": \"http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation\",\n \"extension\": [\n {\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS\",\n \"code\": \"472\",\n \"display\": \"Native Village of Napaskiak\"\n }\n ],\n \"text\": \"Native Village of Napaskiak\"\n },\n \"url\": \"tribalAffiliation\"\n },\n {\n \"valueBoolean\": true,\n \"url\": \"isEnrolled\"\n }\n ]\n}\n </code></pre>\n</p>\n<b>Communication Preference</b>\n<p>The communication preference for the patient.</p>\n<p><b>Example:</b>\n <pre><code>{\n \"extension\": [\n {\n \"url\": \"https://fhir-ehr.cerner.com/r4/StructureDefinition/communication-preference\",\n \"extension\": [\n {\n \"extension\": [\n {\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/4640016\",\n \"code\": \"485602703\",\n \"display\": \"Appointment Reminder\",\n \"userSelected\": false\n }\n ],\n \"text\": \"Appointment Reminder\"\n },\n \"url\": \"communication-type\"\n },\n {\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/23042\",\n \"code\": \"4054467\",\n \"display\": \"Phone\",\n \"userSelected\": false\n }\n ]\n },\n \"url\": \"contact-method\"\n },\n {\n \"valueCodeableConcept\": {\n \"coding\": [\n {\n \"system\": \"https://fhir.cerner.com/ec2458f2-1e24-41c8-b71b-0e701af7583d/codeSet/43\",\n \"code\": \"163\",\n \"display\": \"Business\",\n \"userSelected\": false\n }\n ],\n \"text\": \"Home\"\n },\n \"url\": \"contact-type\"\n }\n ],\n \"url\": \"https://fhir-ehr.cerner.com/r4/StructureDefinition/communication-preference\",\n \"verified\": \"2019-12-26T15:41:52.000Z\"\n }\n ]\n}\n </code></pre>\n</p>\n",
"type":"array",
"items":{
"type":"object",
"required":[
"url"
],
"properties":{
"url":{
"type":"string"
},
"valueCode":{
"type":"string"
}
}
}
}
Nested Schema : generalPractitioner
Type: array
Patient's nominated care provider.
Show Source
{
"description":"<p>Patient's nominated care provider.</p>\n",
"type":"array",
"items":{
"type":"object",
"description":"<p>Must only include references to Practitioners.</p>",
"properties":{
"reference":{
"type":"string",
"example":"Practitioner/995932"
}
}
}
}
Nested Schema : identifier
Type: array
Minimum Number of Items: 1
The identifiers for the patient.
At least one identifier must be provided. The provided identifier must be a reference to the Organization in which the patient is being enrolled.
Subsequent identifiers may be provided, but have the following constraints:
- Must not contain the
assigner
and use
fields.
- Must contain the
type
, system
, and value
fields.
Example:
{
"identifier": [
{
"assigner": {
"reference": "Organization/619848"
}
},
{
"type": {
"coding": [
{
"code": "MR",
"system": "http://hl7.org/fhir/v2/0203"
}
]
},
"system": "urn:oid:1.1.1.1.1.1",
"value": "<unique identifier>",
"period": {
"start": "2016-01-02T00:00:00-05:00",
"end": "2020-01-02T00:00:00-05:00"
}
}
]
}
Show Source
{
"description":"<p>The identifiers for the patient.</p>\n<p>At least one identifier must be provided. The provided identifier must be a reference to the Organization in which the patient is being enrolled.</p>\n<p>Subsequent identifiers may be provided, but have the following constraints:\n <ul>\n <li>Must not contain the <code>assigner</code> and <code>use</code> fields. </li>\n <li>Must contain the <code>type</code>, <code>system</code>, and <code>value</code> fields. </li>\n </ul>\n</p>\n<p><b>Example:</b>\n <pre><code>{\n \"identifier\": [\n {\n \"assigner\": {\n \"reference\": \"Organization/619848\"\n }\n },\n {\n \"type\": {\n \"coding\": [\n {\n \"code\": \"MR\",\n \"system\": \"http://hl7.org/fhir/v2/0203\"\n }\n ]\n },\n \"system\": \"urn:oid:1.1.1.1.1.1\",\n \"value\": \"<unique identifier>\",\n \"period\": {\n \"start\": \"2016-01-02T00:00:00-05:00\",\n \"end\": \"2020-01-02T00:00:00-05:00\"\n }\n }\n ]\n}\n </code></pre>\n</p>\n",
"type":"array",
"minItems":1,
"items":{
"type":"object",
"properties":{
"assigner":{
"type":"string",
"description":"<p>May only be provided on the first identifier object. Contains a reference to the organization in which the patient is being enrolled.</p>\n",
"example":"Organization/619848"
},
"type":{
"type":"object",
"properties":{
"coding":{
"type":"array",
"minItems":1,
"maxItems":1,
"items":{
"type":"object",
"properties":{
"code":{
"type":"string",
"example":"MR"
},
"system":{
"type":"string",
"example":"http://hl7.org/fhir/v2/0203"
}
}
}
}
}
},
"system":{
"type":"string",
"example":"urn:oid:1.1.1.1.1.1"
},
"value":{
"type":"string",
"description":"<p>Must be a unique value.</p>",
"example":"CW1234563"
},
"period":{
"type":"object",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>",
"example":"2019-12-01T00:00:00.000Z"
},
"end":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>",
"example":"2029-12-01T23:59:59.000Z"
}
}
}
}
}
}
Nested Schema : maritalStatus
Type: object
The patient's most recent marital (civil) status.
Show Source
{
"description":"<p>The patient's most recent marital (civil) status.</p>\n",
"type":"object",
"properties":{
"text":{
"type":"string",
"example":"Never Married"
},
"coding":{
"type":"array",
"items":{
"type":"object",
"properties":{
"system":{
"type":"string",
"example":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"
},
"code":{
"type":"string",
"example":"S"
},
"display":{
"type":"string",
"example":"Never Married"
}
}
}
}
}
}
Nested Schema : name
Type: array
Minimum Number of Items: 1
The name associated with the practitioner.
At least one name must be provided.
- It must have a
use
of official.
- If a
period
is provided, it must not have an end
date.
- It must include both a
given
and a family
name.
All provided names:
- Must not contain the
text
field.
- Must contain either a
given
or family
name.
Show Source
{
"description":"<p>The name associated with the practitioner.</p>\n<p>At least one name must be provided.\n <ul>\n <li>It must have a <code>use</code> of official. </li>\n <li>If a <code>period</code> is provided, it must not have an <code>end</code> date. </li>\n <li>It must include both a <code>given</code> and a <code>family</code> name. </li>\n </ul>\n</p>\n<p>All provided names:\n <ul>\n <li>Must not contain the <code>text</code> field. </li>\n <li>Must contain either a <code>given</code> or <code>family</code> name. </li>\n </ul>\n</p>\n",
"type":"array",
"minItems":1,
"items":{
"type":"object",
"required":[
"use",
"family"
],
"properties":{
"family":{
"type":"string",
"maxLength":100,
"example":"Williams"
},
"given":{
"type":"array",
"minItems":1,
"items":{
"type":"string",
"maxLength":100,
"example":"James McAfee"
}
},
"prefix":{
"type":"array",
"maxItems":1,
"items":{
"type":"string",
"maxLength":100,
"example":"Dr."
}
},
"suffix":{
"maxItems":1,
"type":"array",
"items":{
"type":"string",
"maxLength":100,
"example":"M.D."
}
},
"period":{
"type":"object",
"description":"<p>Must not include an <code>end</code> date.</p>",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>",
"example":"2020-12-01T00:00:00.000Z"
}
}
},
"use":{
"type":"string",
"enum":[
"usual",
"official",
"temp",
"nickname",
"anonymous",
"old",
"maiden"
]
}
}
}
}
Nested Schema : telecom
Type: array
A contact detail (such as a telephone number or an email address) by which the individual may be contacted.
If an extension is provided:
- The
extension.valueString
field has a character limit of 100.
- The
system
field must be phone
.
- The
extension.url
field must be http://hl7.org/fhir/StructureDefinition/contactpoint-extension
.
Show Source
{
"description":"<p>A contact detail (such as a telephone number or an email address) by which the individual may be contacted.</p>\n<p>If an extension is provided:\n <ul>\n <li>The <code>extension.valueString</code> field has a character limit of 100. </li>\n <li>The <code>system</code> field must be <code>phone</code>. </li>\n <li>The <code>extension.url</code> field must be <code>http://hl7.org/fhir/StructureDefinition/contactpoint-extension</code>. </li>\n </ul>\n</p>\n",
"type":"array",
"items":{
"type":"object",
"required":[
"system",
"use",
"value"
],
"properties":{
"system":{
"type":"string",
"enum":[
"phone",
"fax",
"email",
"pager",
"url",
"sms",
"other"
]
},
"value":{
"type":"string",
"maxLength":100
},
"use":{
"type":"string",
"enum":[
"home",
"work",
"temp",
"old",
"mobile"
]
},
"rank":{
"type":"integer"
},
"period":{
"type":"object",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2012-05-17T15:33:18.000Z"
},
"end":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2028-05-17T15:33:18.000Z"
}
}
}
}
}
}
Nested Schema : items
Type: object
Show Source
{
"type":"object",
"required":[
"use"
],
"properties":{
"use":{
"type":"string",
"enum":[
"home",
"work",
"temp",
"old",
"billing"
]
},
"type":{
"type":"string",
"enum":[
"postal",
"physical",
"both"
]
},
"line":{
"type":"array",
"items":{
"type":"string",
"maxLength":100,
"example":"1212 Faircastle Drive"
},
"example":[
"1212 Faircastle Drive",
"Apartment 406"
]
},
"city":{
"type":"string",
"maxLength":100,
"example":"KC"
},
"district":{
"type":"string",
"maxLength":100,
"example":"Jackson"
},
"state":{
"type":"string",
"maxLength":100,
"example":"KS"
},
"postalCode":{
"type":"string",
"maxLength":25,
"example":"64199"
},
"country":{
"type":"string",
"maxLength":100,
"example":"United States of America"
},
"period":{
"type":"object",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2012-05-17T15:33:18.000Z"
},
"end":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2032-05-17T15:33:18.000Z"
}
}
}
}
}
Nested Schema : line
Type: array
Show Source
{
"type":"array",
"items":{
"type":"string",
"maxLength":100,
"example":"1212 Faircastle Drive"
},
"example":[
"1212 Faircastle Drive",
"Apartment 406"
]
}
Example:
[
"1212 Faircastle Drive",
"Apartment 406"
]
Nested Schema : period
Type: object
Show Source
-
end:
string
Must include a time component with a timezone.
Example: 2032-05-17T15:33:18.000Z
-
start:
string
Must include a time component with a timezone.
Example: 2012-05-17T15:33:18.000Z
{
"type":"object",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2012-05-17T15:33:18.000Z"
},
"end":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2032-05-17T15:33:18.000Z"
}
}
}
Nested Schema : items
Type: object
Show Source
{
"type":"object",
"properties":{
"language":{
"type":"object",
"properties":{
"coding":{
"type":"array",
"items":{
"type":"object",
"properties":{
"system":{
"type":"string",
"example":"urn:ietf:bcp:47"
},
"code":{
"type":"string",
"example":"en"
},
"display":{
"type":"string",
"example":"English"
}
}
}
},
"text":{
"type":"string",
"example":"English"
}
}
},
"preferred":{
"type":"boolean"
}
}
}
Nested Schema : language
Type: object
Show Source
{
"type":"object",
"properties":{
"coding":{
"type":"array",
"items":{
"type":"object",
"properties":{
"system":{
"type":"string",
"example":"urn:ietf:bcp:47"
},
"code":{
"type":"string",
"example":"en"
},
"display":{
"type":"string",
"example":"English"
}
}
}
},
"text":{
"type":"string",
"example":"English"
}
}
}
Nested Schema : coding
Type: array
Show Source
{
"type":"array",
"items":{
"type":"object",
"properties":{
"system":{
"type":"string",
"example":"urn:ietf:bcp:47"
},
"code":{
"type":"string",
"example":"en"
},
"display":{
"type":"string",
"example":"English"
}
}
}
}
Nested Schema : items
Type: object
Show Source
{
"type":"object",
"properties":{
"system":{
"type":"string",
"example":"urn:ietf:bcp:47"
},
"code":{
"type":"string",
"example":"en"
},
"display":{
"type":"string",
"example":"English"
}
}
}
Nested Schema : items
Type: object
Show Source
{
"type":"object",
"required":[
"url"
],
"properties":{
"url":{
"type":"string"
},
"valueCode":{
"type":"string"
}
}
}
Nested Schema : items
Type: object
Must only include references to Practitioners.
Show Source
{
"type":"object",
"description":"<p>Must only include references to Practitioners.</p>",
"properties":{
"reference":{
"type":"string",
"example":"Practitioner/995932"
}
}
}
Nested Schema : items
Type: object
Show Source
{
"type":"object",
"properties":{
"assigner":{
"type":"string",
"description":"<p>May only be provided on the first identifier object. Contains a reference to the organization in which the patient is being enrolled.</p>\n",
"example":"Organization/619848"
},
"type":{
"type":"object",
"properties":{
"coding":{
"type":"array",
"minItems":1,
"maxItems":1,
"items":{
"type":"object",
"properties":{
"code":{
"type":"string",
"example":"MR"
},
"system":{
"type":"string",
"example":"http://hl7.org/fhir/v2/0203"
}
}
}
}
}
},
"system":{
"type":"string",
"example":"urn:oid:1.1.1.1.1.1"
},
"value":{
"type":"string",
"description":"<p>Must be a unique value.</p>",
"example":"CW1234563"
},
"period":{
"type":"object",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>",
"example":"2019-12-01T00:00:00.000Z"
},
"end":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>",
"example":"2029-12-01T23:59:59.000Z"
}
}
}
}
}
Nested Schema : period
Type: object
Show Source
-
end:
string
Must include a time component with a timezone.
Example: 2029-12-01T23:59:59.000Z
-
start:
string
Must include a time component with a timezone.
Example: 2019-12-01T00:00:00.000Z
{
"type":"object",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>",
"example":"2019-12-01T00:00:00.000Z"
},
"end":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>",
"example":"2029-12-01T23:59:59.000Z"
}
}
}
Nested Schema : type
Type: object
Show Source
{
"type":"object",
"properties":{
"coding":{
"type":"array",
"minItems":1,
"maxItems":1,
"items":{
"type":"object",
"properties":{
"code":{
"type":"string",
"example":"MR"
},
"system":{
"type":"string",
"example":"http://hl7.org/fhir/v2/0203"
}
}
}
}
}
}
Nested Schema : coding
Type: array
Minimum Number of Items: 1
Maximum Number of Items: 1
Show Source
{
"type":"array",
"minItems":1,
"maxItems":1,
"items":{
"type":"object",
"properties":{
"code":{
"type":"string",
"example":"MR"
},
"system":{
"type":"string",
"example":"http://hl7.org/fhir/v2/0203"
}
}
}
}
Nested Schema : items
Type: object
Show Source
{
"type":"object",
"properties":{
"code":{
"type":"string",
"example":"MR"
},
"system":{
"type":"string",
"example":"http://hl7.org/fhir/v2/0203"
}
}
}
Nested Schema : coding
Type: array
Show Source
{
"type":"array",
"items":{
"type":"object",
"properties":{
"system":{
"type":"string",
"example":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"
},
"code":{
"type":"string",
"example":"S"
},
"display":{
"type":"string",
"example":"Never Married"
}
}
}
}
Nested Schema : items
Type: object
Show Source
{
"type":"object",
"properties":{
"system":{
"type":"string",
"example":"http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"
},
"code":{
"type":"string",
"example":"S"
},
"display":{
"type":"string",
"example":"Never Married"
}
}
}
Nested Schema : items
Type: object
Show Source
{
"type":"object",
"required":[
"use",
"family"
],
"properties":{
"family":{
"type":"string",
"maxLength":100,
"example":"Williams"
},
"given":{
"type":"array",
"minItems":1,
"items":{
"type":"string",
"maxLength":100,
"example":"James McAfee"
}
},
"prefix":{
"type":"array",
"maxItems":1,
"items":{
"type":"string",
"maxLength":100,
"example":"Dr."
}
},
"suffix":{
"maxItems":1,
"type":"array",
"items":{
"type":"string",
"maxLength":100,
"example":"M.D."
}
},
"period":{
"type":"object",
"description":"<p>Must not include an <code>end</code> date.</p>",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>",
"example":"2020-12-01T00:00:00.000Z"
}
}
},
"use":{
"type":"string",
"enum":[
"usual",
"official",
"temp",
"nickname",
"anonymous",
"old",
"maiden"
]
}
}
}
Nested Schema : given
Type: array
Minimum Number of Items: 1
Show Source
{
"type":"array",
"minItems":1,
"items":{
"type":"string",
"maxLength":100,
"example":"James McAfee"
}
}
Nested Schema : period
Type: object
Must not include an end
date.
Show Source
-
start:
string
Must include a time component with a timezone.
Example: 2020-12-01T00:00:00.000Z
{
"type":"object",
"description":"<p>Must not include an <code>end</code> date.</p>",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>",
"example":"2020-12-01T00:00:00.000Z"
}
}
}
Nested Schema : prefix
Type: array
Maximum Number of Items: 1
Show Source
{
"type":"array",
"maxItems":1,
"items":{
"type":"string",
"maxLength":100,
"example":"Dr."
}
}
Nested Schema : suffix
Type: array
Maximum Number of Items: 1
Show Source
{
"maxItems":1,
"type":"array",
"items":{
"type":"string",
"maxLength":100,
"example":"M.D."
}
}
Nested Schema : items
Type: object
Show Source
-
period:
object period
-
rank:
integer
-
system(required):
string
Allowed Values: [
"phone",
"fax",
"email",
"pager",
"url",
"sms",
"other"
]
-
use(required):
string
Allowed Values: [
"home",
"work",
"temp",
"old",
"mobile"
]
-
value(required):
string
{
"type":"object",
"required":[
"system",
"use",
"value"
],
"properties":{
"system":{
"type":"string",
"enum":[
"phone",
"fax",
"email",
"pager",
"url",
"sms",
"other"
]
},
"value":{
"type":"string",
"maxLength":100
},
"use":{
"type":"string",
"enum":[
"home",
"work",
"temp",
"old",
"mobile"
]
},
"rank":{
"type":"integer"
},
"period":{
"type":"object",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2012-05-17T15:33:18.000Z"
},
"end":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2028-05-17T15:33:18.000Z"
}
}
}
}
}
Nested Schema : period
Type: object
Show Source
-
end:
string
Must include a time component with a timezone.
Example: 2028-05-17T15:33:18.000Z
-
start:
string
Must include a time component with a timezone.
Example: 2012-05-17T15:33:18.000Z
{
"type":"object",
"properties":{
"start":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2012-05-17T15:33:18.000Z"
},
"end":{
"type":"string",
"description":"<p>Must include a time component with a timezone.</p>\n",
"example":"2028-05-17T15:33:18.000Z"
}
}
}