FHIR IG analytics| Package | fhir.argonaut.scheduling |
| Resource Type | Patient |
| Id | Patient-argo-sch-patient-1.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: argo-sch-patient-1
meta:
identifier: Medical Record Number = 1032702 (USUAL)
active: true
name: First M LastName
telecom: ph: 555-555-5555(HOME), myemail@example.com
gender: male
birthDate: 19/06/1964
address: 123 Main St Santa Rosa CA 95555 US
{
"resourceType": "Patient",
"id": "argo-sch-patient-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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": "2135-2",
"display": "Hispanic or Latino"
}
},
{
"url": "text",
"valueString": "Hispanic or Latino"
}
]
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "M"
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/v2/0203",
"code": "MR",
"display": "Medical Record Number"
}
],
"text": "Medical Record Number"
},
"system": "http://hospital.smarthealthit.org",
"value": "1032702"
}
],
"active": true,
"name": [
{
"family": "LastName",
"given": [
"First",
"M"
],
"suffix": [
"Jr"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "home"
},
{
"system": "email",
"value": "myemail@example.com"
}
],
"gender": "male",
"birthDate": "1964-06-19",
"address": [
{
"line": [
"123 Main St"
],
"city": "Santa Rosa",
"state": "CA",
"postalCode": "95555",
"country": "US"
}
]
}