FHIR IG analytics| Package | fhir.cdc.opioid-cds-r4 |
| Resource Type | Patient |
| Id | Patient-example-opioidcds.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient example-opioidcds
opioidcds example Male, DoB: 1983-01-10
| Contact Detail | 751 E Apple Drive Novi MI 48376 (home) | ||
| Data Date-Roller Extension: |
| ||
{
"resourceType": "Patient",
"id": "example-opioidcds",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "dateLastUpdated",
"valueDateTime": "2023-05-01"
},
{
"url": "frequency",
"valueDuration": {
"value": 30,
"unit": "days",
"system": "http://unitsofmeasure.org",
"code": "d"
}
}
],
"url": "http://fhir.org/guides/cdc/opioid-cds/StructureDefinition/dataDateRoller"
}
],
"name": [
{
"family": "example",
"given": [
"opioidcds"
]
}
],
"gender": "male",
"birthDate": "1983-01-10",
"address": [
{
"use": "home",
"type": "postal",
"line": [
"751 E Apple Drive"
],
"city": "Novi",
"district": "Oakland County",
"state": "MI",
"postalCode": "48376"
}
]
}