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

FHIR IG Statistics: CodeSystem/quadrant.codesystem

Packageufp.core
Resource TypeCodeSystem
Idquadrant.codesystem
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ufp.core@0.6.0&canonical=http://fhir.ufp/CodeSystem/quadrant
URLhttp://fhir.ufp/CodeSystem/quadrant
Statusdraft
Date2018-04-03
NameQuadrants of the Milky Way
DescriptionQuadrants of the Milky Way Galaxy as defined by the United Federation of Planets
Contentcomplete

Resources that use this resource

ValueSet
quadrantquadrant

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "CodeSystem",
  "url": "http://fhir.ufp/CodeSystem/quadrant",
  "name": "Quadrants of the Milky Way",
  "status": "draft",
  "date": "2018-04-03",
  "publisher": "United Federation of Planets",
  "description": "Quadrants of the Milky Way Galaxy as defined by the United Federation of Planets",
  "caseSensitive": false,
  "valueSet": "http://fhir.ufp/ValueSet/species",
  "content": "complete",
  "concept": [
    {
      "code": "alpha",
      "display": "Alpha-Quadrant"
    },
    {
      "code": "beta",
      "display": "Beta-Quadrant"
    },
    {
      "code": "gamma",
      "display": "Gamma-Quadrant"
    },
    {
      "code": "delta",
      "display": "Delta-Quadrant"
    }
  ]
}