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

FHIR IG Statistics: ValueSet/yesno

Packagesmart4health.eu.core
Resource TypeValueSet
Idyesno
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=smart4health.eu.core@0.5.2&canonical=http://fhir.smart4health.eu/ValueSet/yesno
URLhttp://fhir.smart4health.eu/ValueSet/yesno
Version0.1.0
Statusdraft
NameYesno
DescriptionYes/No

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
loinc.orgLOINC Code System

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "language": "en",
  "version": "0.1.0",
  "url": "http://fhir.smart4health.eu/ValueSet/yesno",
  "id": "yesno",
  "name": "Yesno",
  "status": "draft",
  "publisher": "D4L data4life gGmbH",
  "contact": [
    {
      "name": "D4L data4life gGmbH",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.data4life.care"
        }
      ]
    }
  ],
  "description": "Yes/No",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "LA33-6"
          },
          {
            "code": "LA32-8"
          }
        ]
      }
    ]
  },
  "expansion": {
    "identifier": "urn:uuid:59d58958-9786-45e5-8903-cbbc54ecaa4f",
    "timestamp": "2020-06-09T11:14:54.272Z",
    "contains": [
      {
        "system": "http://loinc.org",
        "code": "LA33-6",
        "display": "Yes"
      },
      {
        "system": "http://loinc.org",
        "code": "LA32-8",
        "display": "No"
      }
    ]
  }
}