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

FHIR IG analytics

PackagePHCDI
Resource TypeCodeSystem
IdCodeSystem-OwnershipMajorClassificationCS.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/UP-Manila-SILab/PhilHealth-NHDR-IG-Review/CodeSystem-OwnershipMajorClassificationCS.html
URLhttps://nhdr.gov.ph/fhir/CodeSystem/OwnershipMajorClassificationCS
Version0.1.0
Statusdraft
Date2026-02-05T04:03:48+00:00
NameOwnershipMajorClassificationCS
TitleOwnership Major Classification
DescriptionA code system representing different major classification of Ownership
CopyrightUsed by permission of HL7 International, all rights reserved Creative Commons License
Contentcomplete

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: CodeSystem OwnershipMajorClassificationCS

Language: en-US

This case-sensitive code system https://nhdr.gov.ph/fhir/CodeSystem/OwnershipMajorClassificationCS defines the following codes:

CodeDisplayDefinition
G GovernmentGovernment
P PrivatePrivate

Source1

{
  "resourceType": "CodeSystem",
  "id": "OwnershipMajorClassificationCS",
  "language": "en-US",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "draft"
    }
  ],
  "url": "https://nhdr.gov.ph/fhir/CodeSystem/OwnershipMajorClassificationCS",
  "version": "0.1.0",
  "name": "OwnershipMajorClassificationCS",
  "title": "Ownership Major Classification",
  "status": "draft",
  "experimental": false,
  "date": "2026-02-05T04:03:48+00:00",
  "publisher": "NHDR",
  "contact": [
    {
      "name": "NHDR",
      "telecom": [
        {
          "system": "url",
          "value": "https://nhdr.gov.ph"
        }
      ]
    }
  ],
  "description": "A code system representing different major classification of Ownership",
  "copyright": "Used by permission of HL7 International, all rights reserved Creative Commons License",
  "caseSensitive": true,
  "content": "complete",
  "count": 2,
  "concept": [
    {
      "code": "G",
      "display": "Government",
      "definition": "Government"
    },
    {
      "code": "P",
      "display": "Private",
      "definition": "Private"
    }
  ]
}