FHIR IG analytics| Package | hl7.fhir.us.physical-activity |
| Resource Type | Patient |
| Id | Patient-Scen2PatientJohansson.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Nancy Johansson (OFFICIAL) male, DoB: 1960-05-15 ( Medical record number/123456 (use: USUAL))
| Active: | true | ||
| Contact Details: |
| ||
{
"resourceType": "Patient",
"id": "Scen2PatientJohansson",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical record number"
}
],
"text": "Medical record number"
},
"system": "http://goodCardio.example.org/identifiers/mrn",
"value": "123456"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Johansson",
"given": [
"Nancy"
]
}
],
"telecom": [
{
"system": "phone",
"value": "+1 (555) 555-5555",
"use": "home"
},
{
"system": "email",
"value": "nancy.johansson@example.org",
"use": "home"
}
],
"gender": "male",
"birthDate": "1960-05-15",
"address": [
{
"use": "home",
"line": [
"123 Main St"
],
"city": "Springfield",
"state": "IL",
"postalCode": "62701",
"country": "USA"
}
]
}