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

FHIR IG analytics

Packageee.fhir.mpi
Resource TypeObservation
IdObservation-Occupation.json
FHIR VersionR5

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: Observation 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

identifier: https://fhir.ee/sid/org/est/br/22131341

active: true

name: Some Hospital

Contacts

-Address
*Ravi 10 Tallinn EE (work)

Source1

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