FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.cdc.opioid-cds-r4
Resource TypePatient
IdPatient-example-opioidcds.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient example-opioidcds

opioidcds example Male, DoB: 1983-01-10


Contact Detail751 E Apple Drive Novi MI 48376 (home)
Data Date-Roller Extension:
  • dateLastUpdated: 2023-05-01
  • frequency: No display for Duration

Source1

{
  "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"
    }
  ]
}