FHIR IG analytics| Package | ee.fhir.mpi |
| Resource Type | Observation |
| Id | Observation-Occupation.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation Occupation
Profile: EE MPI SocialHistory Occupation
status: Final
category: Social history
code: Patient occupation
subject: Indrek Bambus (official) Male, DoB: 1973-02-10 ( https://fhir.ee/sid/pid/est/ni#37302102711)
performer: Organization Some Hospital
component
code: Job details
value: Paediatrician
component
code: Regularity of work
value: 0.75 1 (Details: UCUM code1 = '1')
Generated Narrative: Organization #Org2
Profile: EEBase Organization
identifier:
https://fhir.ee/sid/org/est/br/22131341active: true
name: Some Hospital
Contacts
Address Ravi 10 Tallinn EE (work)
{
"resourceType": "Observation",
"id": "Occupation",
"meta": {
"profile": [
"https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-occupation"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Organization",
"id": "Org2",
"meta": {
"profile": [
"https://fhir.ee/base/StructureDefinition/ee-organization"
]
},
"identifier": [
{
"system": "https://fhir.ee/sid/org/est/br",
"value": "22131341"
}
],
"active": true,
"name": "Some Hospital",
"contact": [
{
"address": {
"use": "work",
"line": [
"Ravi 10"
],
"city": "Tallinn",
"country": "EE"
}
}
]
}
],
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social history"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "184104002"
}
]
},
"subject": {
"reference": "Patient/pat1"
},
"performer": [
{
"reference": "#Org2"
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "160922003",
"display": "Job details"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.ee/CodeSystem/ametite-klassifikaator",
"code": "22122501",
"display": "Paediatrician"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "224374003",
"display": "Regularity of work"
}
]
},
"valueQuantity": {
"value": 0.75,
"system": "http://unitsofmeasure.org",
"code": "1"
}
}
]
}