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

FHIR IG Statistics: ValueSet/phenotypicFeatureVS

Packagehl7.fhir.uv.phenomics-exchange
TypeValueSet
IdphenotypicFeatureVS
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/phenomics-exchange/https://build.fhir.org/ig/HL7/phenomics-exchange-ig/ValueSet-phenotypicFeatureVS.html
URLhttp://hl7.org/fhir/uv/phenomics-exchange/ValueSet/phenotypicFeatureVS
Version0.1.0
Statusdraft
Date2024-06-18T22:11:07+00:00
NamePhenotypicFeatureStatusValueSet
TitleObservation Codes for status of a PhenotypicFeature
Realmuv
Authorityhl7
DescriptionThe LOINC codes for present if a feature is observed and absent if a feature was excluded.
CopyrightThis material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
loinc.orgLOINC Code System
loinc.orgLOINC codes used in this IG
loinc.orgLogical Observation Identifiers, Names and Codes (LOINC)

Narrative

Note: links and images are rebased to the (stated) source


Source

{
  "resourceType": "ValueSet",
  "id": "phenotypicFeatureVS",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cic"
    }
  ],
  "url": "http://hl7.org/fhir/uv/phenomics-exchange/ValueSet/phenotypicFeatureVS",
  "version": "0.1.0",
  "name": "PhenotypicFeatureStatusValueSet",
  "title": "Observation Codes for status of a PhenotypicFeature",
  "status": "draft",
  "experimental": false,
  "date": "2024-06-18T22:11:07+00:00",
  "publisher": "HL7 International / Clinical Interoperability Council",
  "contact": [
    {
      "name": "HL7 International / Clinical Interoperability Council",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/cic"
        },
        {
          "system": "email",
          "value": "cic@lists.HL7.org"
        }
      ]
    }
  ],
  "description": "The LOINC codes for present if a feature is observed and absent if a feature was excluded.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "copyright": "This material contains content from LOINC (http://loinc.org). LOINC is copyright © 1995-2020, Regenstrief Institute, Inc. and the Logical Observation Identifiers Names and Codes (LOINC) Committee and is available at no cost under the license at http://loinc.org/license. LOINC® is a registered United States trademark of Regenstrief Institute, Inc",
  "compose": {
    "include": [
      {
        "system": "http://loinc.org",
        "concept": [
          {
            "code": "LA9633-4",
            "display": "Present"
          },
          {
            "code": "LA9634-2",
            "display": "Absent"
          }
        ]
      }
    ]
  }
}