FHIR IG Statistics: ValueSet/phenotypicFeatureVS
Package | hl7.fhir.uv.phenomics-exchange |
Type | ValueSet |
Id | phenotypicFeatureVS |
FHIR Version | R4 |
Source | http://hl7.org/fhir/uv/phenomics-exchange/https://build.fhir.org/ig/HL7/phenomics-exchange-ig/ValueSet-phenotypicFeatureVS.html |
URL | http://hl7.org/fhir/uv/phenomics-exchange/ValueSet/phenotypicFeatureVS |
Version | 0.1.0 |
Status | draft |
Date | 2024-06-18T22:11:07+00:00 |
Name | PhenotypicFeatureStatusValueSet |
Title | Observation Codes for status of a PhenotypicFeature |
Realm | uv |
Authority | hl7 |
Description | The LOINC codes for present if a feature is observed and absent if a feature was excluded. |
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 |
Resources that use this resource
No resources found
Resources that this resource uses
CodeSystem |
loinc.org | LOINC Code System |
loinc.org | LOINC codes used in this IG |
loinc.org | Logical 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"
}
]
}
]
}
}