This page is part of the FHIR Core Extensions Registry (v0.1.0: Releases Draft) based on FHIR v5.0.0. . For a full list of available versions, see the Directory of published versions
Draft as of 2023-03-04 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "animal-species"] ; #
fhir:meta [
fhir:lastUpdated [ fhir:v "2023-01-31T07:07:38.434+11:00"^^xsd:dateTime ] ;
( fhir:profile [
fhir:v "http://hl7.org/fhir/StructureDefinition/shareablevalueset"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/StructureDefinition/shareablevalueset> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/125097000\">125097000</a></td><td>goat</td></tr><tr><td><a href=\"http://snomed.info/id/125099002\">125099002</a></td><td>sheep</td></tr><tr><td><a href=\"http://snomed.info/id/34618005\">34618005</a></td><td>cow</td></tr><tr><td><a href=\"http://snomed.info/id/425134008\">425134008</a></td><td>turkey</td></tr><tr><td><a href=\"http://snomed.info/id/47290002\">47290002</a></td><td>chicken</td></tr><tr><td><a href=\"http://snomed.info/id/15778005\">15778005</a></td><td>goose</td></tr><tr><td><a href=\"http://snomed.info/id/396620009\">396620009</a></td><td>duck</td></tr><tr><td><a href=\"http://snomed.info/id/388445009\">388445009</a></td><td>horse</td></tr><tr><td><a href=\"http://snomed.info/id/85626006\">85626006</a></td><td>donkey</td></tr><tr><td><a href=\"http://snomed.info/id/132950000\">132950000</a></td><td>mule</td></tr></table></li></ul></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "pa" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/ValueSet/animal-species"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.420" ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.3.409" ]
] [
fhir:use [ fhir:v "old" ] ;
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.2.231" ]
] ) ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "AnimalSpecies"] ; #
fhir:title [ fhir:v "animal species"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2023-03-04T10:12:27+11:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / FHIR Infrastructure"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://hl7.org/Special/committees/fhir-i" ] ] )
] ) ; #
fhir:description [ fhir:v "This example value set defines a set of codes that can be used to indicate species of animal patients."] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:copyright [ fhir:v "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "125097000" ] ;
fhir:display [ fhir:v "goat" ] ] [
fhir:code [ fhir:v "125099002" ] ;
fhir:display [ fhir:v "sheep" ] ] [
fhir:code [ fhir:v "34618005" ] ;
fhir:display [ fhir:v "cow" ] ] [
fhir:code [ fhir:v "425134008" ] ;
fhir:display [ fhir:v "turkey" ] ] [
fhir:code [ fhir:v "47290002" ] ;
fhir:display [ fhir:v "chicken" ] ] [
fhir:code [ fhir:v "15778005" ] ;
fhir:display [ fhir:v "goose" ] ] [
fhir:code [ fhir:v "396620009" ] ;
fhir:display [ fhir:v "duck" ] ] [
fhir:code [ fhir:v "388445009" ] ;
fhir:display [ fhir:v "horse" ] ] [
fhir:code [ fhir:v "85626006" ] ;
fhir:display [ fhir:v "donkey" ] ] [
fhir:code [ fhir:v "132950000" ] ;
fhir:display [ fhir:v "mule" ] ] ) ] )
] . #
IG © 2022+ HL7 International / FHIR Infrastructure. Package hl7.fhir.uv.extensions#0.1.0 based on FHIR 5.0.0. Generated 2023-03-04
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change