FHIR IG analytics| Package | fhir.argonaut.questionnaire |
| Resource Type | Patient |
| Id | Patient-subject1.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: subject1
meta:
identifier: 1234
active: true
name: John M Doe
gender: male
birthDate: 19/06/1964
address: 100 Main St Anytown, CA 99999 USA
| - | Language |
| * | English (Details : {urn:ietf:bcp:47 code 'en' = 'English', given as 'English'}) |
{
"resourceType": "Patient",
"id": "subject1",
"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-birthsex",
"valueCode": "M"
},
{
"extension": [
{
"url": "text",
"valueString": "White"
},
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2106-3",
"display": "White"
}
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
},
{
"extension": [
{
"url": "text",
"valueString": "Not Hispanic or Latino"
},
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2186-5",
"display": "Not Hispanic or Latino"
}
}
],
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
}
],
"identifier": [
{
"system": "http://example.org/pids",
"value": "1234"
}
],
"active": true,
"name": [
{
"family": "Doe",
"given": [
"John",
"M"
]
}
],
"gender": "male",
"birthDate": "1964-06-19",
"address": [
{
"text": "100 Main St\nAnytown, CA 99999\nUSA",
"line": [
"100 Main St"
],
"city": "Anytown",
"state": "CA",
"postalCode": "99999",
"country": "USA"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
],
"text": "English"
}
}
]
}