FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-substance-use-status.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation substance-use-status
identifier: http://example.org/fhir/Observation/identifiers/19a199c7-8fdf-11ec-9837-020000000000
status: Final
category: Social History
code: Substance use status
subject: Amy Shaw
effective: 2023-08-03
performer: Amy Shaw
value: true
note: At parties
component
code: Drug or medicament
value: Amphetamine
component
code: Frequency of drug misuse
value: 3 times a year
{
"resourceType": "Observation",
"id": "substance-use-status",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|8.0.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://example.org/fhir/Observation/identifiers",
"value": "19a199c7-8fdf-11ec-9837-020000000000"
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social History"
}
],
"text": "Social History"
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "228366006",
"display": "Finding relating to drug misuse behavior (finding)"
}
],
"text": "Substance use status"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"effectiveDateTime": "2023-08-03",
"performer": [
{
"reference": "Patient/example",
"display": "Amy Shaw"
}
],
"valueBoolean": true,
"note": [
{
"text": "At parties"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "410942007",
"display": "Drug or medicament (substance)"
}
],
"text": "Drug or medicament"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "703842006",
"display": "Amphetamine"
}
],
"text": "Amphetamine"
}
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"version": "http://snomed.info/sct/731000124108",
"code": "228390007",
"display": "Frequency of drug misuse (observable entity)"
}
],
"text": "Frequency of drug misuse"
},
"valueString": "3 times a year"
}
]
}