FHIR IG analytics| Package | hl7.fhir.us.cdc-opioid-cpg |
| Resource Type | Patient |
| Id | Patient-opioid-review-indicated.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Patient opioid-review-indicated
Language: en
Johnny Appleseed Male, DoB: 1983-01-10 ( Medical Record Number: 12345 (use: usual, ))
| Contact Detail | 751 E Apple Drive Novi MI 48376 (home) | ||
{
"resourceType": "Patient",
"id": "opioid-review-indicated",
"meta": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-name",
"valueString": "Opioid Review Indicated Patient Example"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/instance-description",
"valueMarkdown": "This is an opioid review indicated patient example for the *Opioid Review Indicated Patient Profile*."
}
],
"profile": [
"http://hl7.org/fhir/us/cdc-opioid-cpg/StructureDefinition/OpioidReviewIndicatedPatient"
]
},
"language": "en",
"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://example.org",
"value": "12345"
}
],
"name": [
{
"family": "Appleseed",
"given": [
"Johnny"
]
}
],
"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"
}
]
}