FHIR IG analytics
Resources that use this resource
| StructureDefinition |
| hl7.fhir.us.cardio.ig#current | ImplantTypeExt | Valores que acepta el tipo de implante. |
Resources that this resource uses
| CodeSystem |
| hl7.fhir.vn.core#current | sct | SNOMED CT (all versions) |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://snomed.info/sct version Not Stated (use latest from terminology server)
Source1
{
"resourceType": "ValueSet",
"id": "ImplantTypeVS",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://centrocardiovascular.cl/ValueSet/ImplantTypeVS",
"version": "0.1.0",
"name": "ImplantTypeVS",
"title": "Tipos de implantes.",
"status": "active",
"experimental": false,
"date": "2023-01-15",
"publisher": "Example Publisher",
"contact": [
{
"name": "Example Publisher",
"telecom": [
{
"system": "url",
"value": "http://example.org/example-publisher"
}
]
}
],
"description": "Tipos de implantes",
"compose": {
"include": [
{
"system": "http://snomed.info/sct",
"concept": [
{
"code": "262001002",
"display": "None Used"
},
{
"code": "261018001",
"display": "Mechanical"
},
{
"code": "12893009",
"display": "Biologic"
},
{
"code": "15879007",
"display": "Autograft"
},
{
"code": "256681002",
"display": "Allograft of skin"
}
]
}
]
}
}