FHIR IG analytics| Package | hl7.fhir.us.davinci-pas |
| Resource Type | CommunicationRequest |
| Id | CommunicationRequest-CommunicationRequestExample.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CommunicationRequest CommunicationRequestExample
Language: en
Profile: PAS CommunicationRequest
ServiceLineNumber: 1
status: Active
category: Justification for Admissions
payload
CommunicatedDiagnosis: Chronic pain syndrome
ContentModifier: Include all data of the selected type that represents observations made 3 months or fewer before the starting date of service
content: 18776-5
{
"resourceType": "CommunicationRequest",
"id": "CommunicationRequestExample",
"meta": {
"profile": [
"http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-communicationrequest"
]
},
"language": "en",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-serviceLineNumber",
"valuePositiveInt": 1
}
],
"status": "active",
"category": [
{
"coding": [
{
"system": "https://codesystem.x12.org/005010/755",
"code": "15",
"display": "Justification for Admissions"
}
]
}
],
"payload": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-communicatedDiagnosis",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/sid/icd-10-cm",
"code": "G89.4"
}
]
}
},
{
"url": "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-contentModifier",
"valueCodeableConcept": {
"coding": [
{
"system": "http://loinc.org",
"code": "18804-5"
}
]
}
}
],
"contentString": "18776-5"
}
]
}