FHIR IG analytics| Package | hl7.fhir.us.davinci-pas |
| Resource Type | Patient |
| Id | Patient-SubscriberExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient SubscriberExample
Language: en
Profile: PAS Subscriber Patient
JOE SMITH Male, DoB Unknown ( http://example.org/MIN#12345678901)
| Military Status | RU | ||
{
"resourceType": "Patient",
"id": "SubscriberExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-subscriber"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-militaryStatus",
"valueCodeableConcept": {
"coding": [
{
"system": "https://codesystem.x12.org/005010/584",
"code": "RU"
}
]
}
}
],
"identifier": [
{
"system": "http://example.org/MIN",
"value": "12345678901"
}
],
"name": [
{
"family": "SMITH",
"given": [
"JOE"
]
}
],
"gender": "male"
}