FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/occupations

Packageorg.example.ProfilingTrainingMay
Resource TypeValueSet
Idoccupations
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=org.example.ProfilingTrainingMay@0.0.1&canonical=http://example.org/fhir/ValueSet/occupations
URLhttp://example.org/fhir/ValueSet/occupations
Version0.0.1
Statusdraft
NameOccupations
DescriptionFor capturing occupation of the Alpha Hospital patient

Resources that use this resource

StructureDefinition
OccupationOccupation
Occupation2Occupation2

Resources that this resource uses

CodeSystem
alp-codesAlphaHospitalCodes

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "occupations",
  "url": "http://example.org/fhir/ValueSet/occupations",
  "version": "0.0.1",
  "name": "Occupations",
  "status": "draft",
  "description": "For capturing occupation of the Alpha Hospital patient",
  "compose": {
    "include": [
      {
        "system": "http://example.org/CodeSystem/alp-codes",
        "concept": [
          {
            "code": "ALP-OCC-01",
            "display": "Healthcare and medicine"
          },
          {
            "code": "ALP-OCC-02",
            "display": "Arts and entertainment"
          },
          {
            "code": "ALP-OCC-03",
            "display": "Business"
          },
          {
            "code": "ALP-OCC-04",
            "display": "Industrial and manufacturing"
          },
          {
            "code": "ALP-OCC-05",
            "display": "Law Enforcement"
          },
          {
            "code": "ALP-OCC-06",
            "display": "Science and technology"
          },
          {
            "code": "ALP-OCC-07",
            "display": "Service and education"
          }
        ]
      }
    ]
  }
}