FHIR IG analytics| Package | hl7.fhir.us.mcode.r4 |
| Resource Type | Patient |
| Id | Patient-gx-cancer-patient-adam-anyperson.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient gx-cancer-patient-adam-anyperson
Adam Anyperson Male, DoB: 1990-01-01 ( Medical Record Number: 123456789)
| Other Id: | Patient external identifier/22ea1d1b-03a5-47d6-81e0-b9b4cbb15ccf (use: usual, ) | ||
| Contact Detail | 987 Main St Anytown 12345 US | ||
| US Core Birth Sex Extension | M | ||
{
"resourceType": "Patient",
"id": "gx-cancer-patient-adam-anyperson",
"meta": {
"profile": [
"http://hl7.org/fhir/us/mcode/StructureDefinition/mcode-cancer-patient"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
"valueCode": "M"
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "PT",
"display": "Patient external identifier"
}
]
},
"system": "https://www.gensop.com",
"value": "22ea1d1b-03a5-47d6-81e0-b9b4cbb15ccf"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://hospital.example.org",
"value": "123456789"
}
],
"name": [
{
"family": "Anyperson",
"given": [
"Adam"
]
}
],
"gender": "male",
"birthDate": "1990-01-01",
"address": [
{
"line": [
"987 Main St"
],
"city": "Anytown",
"postalCode": "12345",
"country": "US"
}
]
}