appoint-ready / frontend /public /assets /jason_fhir.json
lirony's picture
Update
88024fb
{
"resourceType": "Bundle",
"id": "Jordon-Dubois-Depression-Prozac-Encounter",
"type": "collection",
"entry": [
{
"fullUrl": "urn:uuid:patient-jordon-dubois",
"resource": {
"resourceType": "Patient",
"id": "jordon-dubois",
"name": [
{
"given": ["Jordon"],
"family": "Dubois"
}
],
"gender": "male",
"birthDate": "1990-06-11"
}
},
{
"fullUrl": "urn:uuid:condition-depression",
"resource": {
"resourceType": "Condition",
"id": "depression-jordon-dubois",
"subject": {
"reference": "urn:uuid:patient-jordon-dubois"
},
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "366053000",
"display": "Depressive disorder"
}
],
"text": "Depression"
},
"clinicalStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
"code": "active",
"display": "Active"
}
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"recordedDate": "2024-01-15T10:00:00Z"
}
},
{
"fullUrl": "urn:uuid:medication-prozac",
"resource": {
"resourceType": "Medication",
"id": "prozac",
"code": {
"coding": [
{
"system": "http://www.nlm.nih.gov/research/umls/rxnorm",
"code": "100371",
"display": "Fluoxetine"
}
],
"text": "Prozac"
}
}
},
{
"fullUrl": "urn:uuid:medicationrequest-prozac",
"resource": {
"resourceType": "MedicationRequest",
"id": "prozac-request-jordon-dubois",
"subject": {
"reference": "urn:uuid:patient-jordon-dubois"
},
"medicationReference": {
"reference": "urn:uuid:medication-prozac"
},
"requester": {
"display": "Dr. Smith"
},
"authoredOn": "2024-01-15T11:00:00Z",
"status": "active",
"intent": "order",
"dosageInstruction": [
{
"text": "20mg daily",
"timing": {
"repeat": {
"frequency": 1,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration",
"code": "PO",
"display": "Oral"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 20,
"unit": "mg",
"system": "http://unitsofmeasure.org",
"code": "mg"
}
}
]
}
],
"reasonReference": [
{
"reference": "urn:uuid:condition-depression"
}
]
}
},
{
"fullUrl": "urn:uuid:encounter-depression",
"resource": {
"resourceType": "Encounter",
"id": "encounter-jordon-dubois-depression",
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "Ambulatory"
},
"subject": {
"reference": "urn:uuid:patient-jordon-dubois"
},
"period": {
"start": "2024-01-15T09:30:00Z",
"end": "2024-01-15T10:30:00Z"
},
"reasonReference": [
{
"reference": "urn:uuid:condition-depression"
}
]
}
}
]
}